react-native-iphone-status-bar
v0.1.4
Published
Small library that helps you to get status bar height, P.S iPhone 6/7/8/X/11/12/13/14/15
Downloads
287
Maintainers
Readme
react-native-iphone-status-bar
Small library that helps you to get status bar height, P.S iPhone 6/7/8/X/11/12/13/14/15
Installation
npm install react-native-iphone-status-bar
# OR
yarn add react-native-iphone-status-bar
cd ios && pod install
Usage
import StatusBarHeight from 'react-native-iphone-status-bar';
// iPhone 15: 56
console.info(StatusBarHeight)
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