@ohmi/react-native-status-bar-height
TypeScript icon, indicating that this package has built-in type declarations

2.6.0 • Public • Published

react-native-status-bar-height

Small library that helps you to get status bar height

P.S. iPhone X supported ❤️

Install

$ npm install --save react-native-status-bar-height
# OR
$ yarn add react-native-status-bar-height

Usage getStatusBarHeight(skipAndroid: boolean = false)

import { getStatusBarHeight } from 'react-native-status-bar-height';

// 44 - on iPhone X
// 20 - on iOS device
// X - on Android platfrom (runtime value)
// 0 - on all other platforms (default)
console.log(getStatusBarHeight());

// Will be 0 on Android, because you pass true to skipAndroid
console.log(getStatusBarHeight(true));

License

This project is open-sourced software licensed under the MIT License.

See the LICENSE file for more information.

Readme

Keywords

Package Sidebar

Install

npm i @ohmi/react-native-status-bar-height

Weekly Downloads

3

Version

2.6.0

License

MIT

Unpacked Size

13.5 kB

Total Files

11

Last publish

Collaborators

  • mangocc
  • kaworu-nagisa
  • carry5250
  • liufenling
  • inkmu