react-native-status-bar-size icon indicating copy to clipboard operation
react-native-status-bar-size copied to clipboard

currentStatusBarHeight not working

Open npomfret opened this issue 9 years ago • 3 comments
trafficstars

Works initially, but after a while it seems to say 20 when its zero, and zero when its 20.

npomfret avatar Jul 21 '16 19:07 npomfret

~~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

mikesurowiec avatar Sep 14 '16 21:09 mikesurowiec

yes it looks like willchange is correct and didChange is wrong, shows the old value.

nonotest avatar Mar 26 '17 12:03 nonotest

Agreed, not quite sure why this is.

connor-ricks avatar Jan 02 '18 14:01 connor-ricks