react-native-simple-router
react-native-simple-router copied to clipboard
Unable to fully hide navigation bar
When setting hideNavigationBar={true} i'm still seeing a white 20 point bar at the top that sits on top of any content I add into a component. Is there a way to fully hire the bar? I'm happy to do a pull request if someone can point me to the right part.
Not sure if you are still having this problem, but there are a couple of methods described in this issue: https://github.com/react-native-simple-router-community/react-native-simple-router/issues/13
Setting hideNavigatonBar={true} and noStatusBar={true} I still see white space reserved at the top of the app. Does anyone else have a resolution for this?
Apologies. the prop noStatusBar must be declared before hideNavigiation.
Docs should probably be updated to reflect that