-
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
Can't wrap Scene or ConnectedRouter in a View #2106
Comments
Closing this just need to make sure the view had a container style |
I've got the same pb, what was your solution ? which view should have a containerStyle ? |
@badaz I did the following
You need the container style |
OK, thanks, definitely not the problem I had. What my problem was is that when migrating from v3 to 4 I hadn't realized that: 1 - the way to connect the router to redux had changed, 2 - the actions sent by the router had changed too. |
Check latest master, it has full redux support now (v3 didn't have it) |
Using the latest version. I would like to wrap my entire scenes/routing in a view component so I can load other components like an error or alert message component but this can't be done once you I add the view routing is not loading correctly.
The text was updated successfully, but these errors were encountered: