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
I work with react-native-router-flux for some months, with v3. Now, after upgrade to v4 and make some adjusts, I cannot get rid of a weird space in top of my screen.
This should render the initial screen normally, with the navbar, hamburger, etc.
Actual behaviour
I get this "empty space" between screen content and navbar. If I add hideNavBar to the Scene, it hides the NavBar but the space keeps. Any light? What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Before upgrade I used to have a "marginTop" attribute in my screen, so the content doesn't get rendered below the navBar, because the reference was the StatusBar.
Seems like in V4 the reference is not the StatusBar anymore, but the NavBar itself, making this margin not useful.
Version
Expected behaviour
I work with
react-native-router-flux
for some months, with v3. Now, after upgrade to v4 and make some adjusts, I cannot get rid of a weird space in top of my screen.My code is like:
This should render the initial screen normally, with the navbar, hamburger, etc.
Actual behaviour
I get this "empty space" between screen content and navbar. If I add
hideNavBar
to theScene
, it hides the NavBar but the space keeps. Any light? What am I doing wrong?The text was updated successfully, but these errors were encountered: