Closed
Description
Version
Tell us which versions you are using:
- react-native-router-flux v3.35
- react-native v0.35
<Router>
<Scene key='drawer' component={NavigationDrawer} open={false}>
<Scene key='drawerChildrenWrapper' navigationBarStyle={Styles.navBar} titleStyle={Styles.title} leftButtonIconStyle={Styles.leftButton} rightButtonTextStyle={Styles.rightButton}>
<Scene initial key='splashScreen' component={SplashScreen} title='Components' hideNavBar='true' />
<Scene key='mainLoginScreen' component={MainLoginScreen} title='Login' hideNavBar='true' />
<Scene key='mainScreen' component={MainScreen} title='Home'/> <=== Nav bar no longer appears for all subsequent screens
... Other scenes
</Scene>
</Scene>
</Router>
Expected behaviour
Nav Bar should appear after the initial Splash and Login Screens
Actual behaviour
Nav Bar never appears if I have 2 successive screens with hideNavBar='true'
Steps to reproduce
- Implement the code as above
- Nav Bar on 3rd screen (mainScreen) does not appear.
- Remove hideNavBar = true from the Login Scene
- Everything works as per normal
Metadata
Metadata
Assignees
Labels
No labels