react-native-status-bar-size
react-native-status-bar-size copied to clipboard
Watch and respond to changes in the iOS status bar height
Address RN error: `Warning: StatusBarIOS has been merged with StatusBar and will be removed in a future release. Use StatusBar for mutating the status bar` - StatusBarSizeIOS module renamed to...
When using RN >= 0.66 this error is thrown: ``` Invariant Violation: StatusBarIOS has been removed from React Native. Has been merged with StatusBar. See https://reactnative.dev/docs/statusbar ``` react-native-status-bar-size uses StatusBarIOS...
Hi, I have some issues getting the status bar size, in getInitialState() I get null when calling StatusBarSizeIOS.currentHeight. Also, if I do device rotate left nothing will trigger, but then...
Works initially, but after a while it seems to say 20 when its zero, and zero when its 20.
https://twitter.com/krzyzanowskim/status/698638452301107200 Because everything is terrible.
I'd like to make a change to react-native that will fix an issue with the current iOS status bar height calculation and expose an API as part of react-native. *...
I'm worried that the React Native APIs to hide the status bar can be overriden by the OS. This is particularly a problem for this reason: if you design your...