react-native-statusbar
react-native-statusbar copied to clipboard
Native module for mutating status bar state
* * * This issue was originally created by @adamivancza as facebook/react-native#20623. * * * - [x] Review the documentation: https://facebook.github.io/react-native - [x] Search for existing issues: https://github.com/facebook/react-native/issues - [x]...
* * * This issue was originally created by @steipete as facebook/react-native#11710. * * * ### Description React Native currently requires that `UIViewControllerBasedStatusBarAppearance` is set to NO. This is an...
# Summary Comment about autolinking. ## Test Plan ### What's required for testing (prerequisites)? ### What are the steps to reproduce (after prerequisites)? ## Compatibility | OS | Implemented |...
Hey there! We (members of React Native community and React Native core) are still not sure about the future of this repository. Current state of events is that the StatusBar...
Update packages
### Reason The main reason for this issue is that now it's really not obvious that status-bar mutates the state. For me, before I started maintaining this project, this module...
# Feature Request Make the StatusBar height available via a constant on iOS just like on Android. RCTSharedApplication().statusBarFrame.size.height ## Why it is needed This would make the API more consistent...
On android devices, `StatusBar.currentHeight` returns the value of the status bar height for the orientation that the app was opened. For devices like the Pixel 3 XL, it has two...
* * * This issue was originally created by @CyberMew as facebook/react-native#24083. * * * ## Some Info Integrated RN single view into existing iOS project. Doing a push presentation...
Add support for `react-native-web`. I have a working implementation at https://github.com/piranna/react-native-web-statusbar. Should it be used as a dependency, or should I add the code directly to this repo?