We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tell us which versions you are using:
When declaring a tab navigator I would like all the tabs to share the same header, so I guessed the proper way to do this would be:
<Scene key="ComponentLessScene" tabs swipeEnabled={true}> <Scene key="cs1" hideNavBar component={ComponentScene1} /> <Scene key="cs2" hideNavBar component={ComponentScene2} /> </Scene>
And so, the expected behaviour would be something like:
Instead what happens is this:
The text was updated successfully, but these errors were encountered:
You must add 'hideNavBar' for 'tabs' Scene to hide upper navbar.
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
When declaring a tab navigator I would like all the tabs to share the same header, so I guessed the proper way to do this would be:
And so, the expected behaviour would be something like:
Actual behaviour
Instead what happens is this:
The text was updated successfully, but these errors were encountered: