react-native-status-bar-size
react-native-status-bar-size copied to clipboard
currentStatusBarHeight not working
trafficstars
Works initially, but after a while it seems to say 20 when its zero, and zero when its 20.
~~I'm also experiencing the same issue. The initial height is correct, but after hiding / showing the status bar, the event listeners never seem to fire~~
On master it is mostly working for me, it just doesn't fire the listeners when StatusBar.setHidden() is called
yes it looks like willchange is correct and didChange is wrong, shows the old value.
Agreed, not quite sure why this is.