-
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
Strange behavior for drawerOpen #2058
Comments
Drawer should be parent for tabs, check Example project. |
@aksonov Drawer must be parent for tabs? But how can I make Drawer only enabled while user switch to Home tab? |
Maybe it is issue of ReactNavigation. Please create pure React Navigation project and check. Also you may try to reproduce the issue with Example project from this component. |
Closing it because didn't receive cloned and modified Example to reproduce. |
I put a scene with drawer under scene with tabs. But after drag open the drawer and close it, a new screen of the drawer's children was pushed in by mistake.
my Router and Scene config like below
The text was updated successfully, but these errors were encountered: