react-native-navbar
react-native-navbar copied to clipboard
Add statusBar property
When ViewControllerBasedStatusBarAppearance key in the Info.plist is set to YES, any attempt to setStyle or setHidden on StatusBarIOS will cause an exception be thrown. It may be reasonable to add a customizable key on the configuration of statusBar to leave the right to users.
+1
+1 for this PR. Even though it's more than a year old, it works great as I've used it on my own fork. This adds a simple way to disable automatically modifying the iOS native status bar, a feature the library really should have.