-
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
Drawer children is not defined #2011
Comments
@Venumteam Please check 'Breaking changes' section. |
@aksonov Are you referencing this change?
|
Yes |
@aksonov Is there a chance you guys will give an example of usage? Given we have a structure
NavigationDrawer component was rendering children. |
v4 uses built-in react navigation Drawer navigator. Please use |
this helps https://github.com/aksonov/react-native-router-flux/blob/v4/Example/Example.js |
Hey, guys, I was faced with the troubles with Drawer on v4 beta 7, Drawer children don't exist anymore like it was in v3 with state.children. For now this.props don't contain react children.
Here is my scenes structure:
https://pastebin.com/szy2bBHp
The text was updated successfully, but these errors were encountered: