expo-device-corner-radius
v0.1.0
Published
Gets the corner radius of the device without using any iOS Private APIs
Maintainers
Readme
expo-device-corner-radius
My new module
Installation in managed Expo projects
No extra setup is needed
Installation in bare React Native projects
For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.
Add the package to your npm dependencies
npm install expo-device-corner-radiusConfigure for Android
No extra setup is needed
Configure for iOS
Run npx pod-install after installing the npm package.
