-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Correct way to setup tabs and drawer, showing two headers #2002
Comments
Just use |
That does not solve the issue if I have hideNavBar={true} it hides the login and home. On the home scene/view, I should just see the home header without the back button. |
No, it should not. Please check Example, TabBar. |
To clarify by example TapBar you mean - https://github.com/aksonov/react-native-router-flux/blob/master/Example/Example.js |
yes |
Thanks, I got it I had the hideNavBar={true} on the tabs but on the main component but I can still use gesture to gesture back the login back is there a way to disable that? |
Will implement for next version, please rename ticket or create new one. |
@aksonov I just tested gestureEnabled={false} and it's not working |
Hi, first so far this is a really great lib. I'm working off the example which is a bit hard I used to more docs.
I'm trying to setup the following navigation structure
Public scenes
Main scenes should have tabs at the bottom
Right now I have the following code
But as you can see I'm getting the login header which should not show and also the back button should not work for the main/home scene
The text was updated successfully, but these errors were encountered: