You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
Activity
Falconerd commentedon Sep 27, 2016
Not sure if you are still having this problem, but there are a couple of methods described in this issue: #13
ghost commentedon Dec 1, 2016
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?
ghost commentedon Dec 1, 2016
Apologies. the prop noStatusBar must be declared before hideNavigiation.
tjscollins commentedon Mar 26, 2017
Docs should probably be updated to reflect that