-
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
Hide Drawer for only login page #2861
Comments
Sorry if i didn't answer you , but can you show me a sample how did you made that drawer please !?? |
Sorry my english is a bit bad, my codes are in the problem I asked. I do not want the drawer to work on a screen with a blue background. That is my login screen and the drawer screen should not work on the login screen |
@safacaki try this ?
|
hi @safacaki
|
@safacaki I have the same issue.Are you solved this issue? |
@dborzouei Hi, I am using react-native router-flux for routing.Is your suggestion valid in my case? I used react-native-router-flux for routing and native-base for drawer. |
And my App.js is as follows,
|
So Im in the same situation than you. I know the way to fix this is to not have any layer between the But there is another bug where you cant send props to another screens, and for that you need to have the So the way to fix a bug opens another bug |
Using the drawer inside stack technically fixes it, but it opens other bugs of props not passing to childs, and screen to screen animations looks different and less pretty |
Version
Tell us which versions you are using:
Expected behaviour
Hiding drawers on some screen
Actual behaviour
Drawer opened by dragging
Steps to reproduce
}
The text was updated successfully, but these errors were encountered: