0.1.2 • Published 7 months ago

react-native-iphone-status-bar v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

NPM MIT License Prettier Code Formatting

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

0.1.2

7 months ago

0.1.1

8 months ago

0.1.0

8 months ago