-
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
react-native-drawer example with react-native-router-flux 4 #2133
Comments
v4 uses built-in react-navigation drawer. |
I know but I want to use react-native-drawer because I need to use displace screen feature but in-build drawer does not provide this. |
Try new
Within |
I have successfully implemented it. The CustomDrawer must specify this.props.children in the render function in order to display its nested Scenes. The only problem I am experiencing now is removing the animation transitions. In my implementation, using type="reset" to <Scene overlay contentComponent= |
@raynor85 What does overlaycontentComponent prop does to the Scene? |
Hello, I don't receive the children in the props, how can I retrieve them? |
@themakerman it is just a wrapper used to add a component in the top of the app |
OverlayNavigator is actually present in beta.22 |
How do I receive the the children there? |
Can you please provide me an example of react-native-drawer with react-native-router-flux 4
The text was updated successfully, but these errors were encountered: