-
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
Pass Value from Drawer To <Scene in Drawer #2919
Comments
Can you reformat your post using tripple ticks ``` which should make it a bit more readable. I'm also not quiiiiite following what you are trying to do. I think I have an idea, but could you elaborate before I make suggestions? |
@asciifaceman thanks for reply :D |
I'm trying to understand the flow of what is going on here. You are rendering |
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists |
I use react-native-drawer and react-native-router-flux v4.
My router:
Now i want pass state isDrawerOpen to component Basic. i want when drawer open will set a state in Basic.
Anyone can help me?
The text was updated successfully, but these errors were encountered: