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
react-native-router-flux v4.0.0-beta18 (v3 is not supported)
react-native v0.46.1
Expected behaviour
hideNavBar prop should hide navigation bar for Scene with tabs prop enabled.
Actual behaviour
hideNavBar prop does not hide navigation bar for Scene with tabs prop enabled, there is blank NavBar at the top. To get rid of NavBar I have to add navBar={() => <View />}.
The text was updated successfully, but these errors were encountered:
@aksonov I've tried to add hideNavBar to all tab children, but it didn't work. Anyway, I'll use workaround with invisible component as navBar prop until bug is fixed. Thanks a lot for Your efforts with rnrf.
Version
Tell us which versions you are using:
Expected behaviour
hideNavBar
prop should hide navigation bar for Scene withtabs
prop enabled.Actual behaviour
hideNavBar
prop does not hide navigation bar for Scene withtabs
prop enabled, there is blank NavBar at the top. To get rid of NavBar I have to addnavBar={() => <View />}
.The text was updated successfully, but these errors were encountered: