react-native-simple-router icon indicating copy to clipboard operation
react-native-simple-router copied to clipboard

Unable to fully hide navigation bar

Open georgeot opened this issue 9 years ago • 4 comments

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.

georgeot avatar Sep 20 '16 13:09 georgeot

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

Falconerd avatar Sep 27 '16 05:09 Falconerd

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?

tc0087 avatar Dec 01 '16 02:12 tc0087

Apologies. the prop noStatusBar must be declared before hideNavigiation.

tc0087 avatar Dec 01 '16 02:12 tc0087

Docs should probably be updated to reflect that

tjscollins avatar Mar 26 '17 00:03 tjscollins