react-native-safe-area-insets
v0.1.1
Published
React native safe area insets turbo module (For new arch)
Readme
react-native-safe-area-insets
Get safe area insets values without hook and call any where
Installation
npm install react-native-safe-area-insetsUsage
import SafeAreaInsets from 'react-native-safe-area-insets';
// ...
const insets = SafeAreaInsets.getSafeAreaInsets();
console.log(insets); // {top: number, bottom: number, left: number, right: number}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
