Skip to content
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

Stack Navigator reducer not initializing correctly #3609

Closed
dereknelson opened this issue Feb 26, 2018 · 1 comment
Closed

Stack Navigator reducer not initializing correctly #3609

dereknelson opened this issue Feb 26, 2018 · 1 comment

Comments

@dereknelson
Copy link

Current Behavior

I am trying to merge redux with my navigation state. I have a stack navigator that returns a tab navigator. I have followed the new react navigation redux guide, but when I try to import the navigator reducer as part of my combine reducers, it throws me "No reducer provided for key navigation." I tracked the issue down and it appears to be doing things out of order: initial console log, timed out console log.

Expected Behavior

The reducer should initialize with the defined router and not be throwing this error.

How to reproduce

https://gist.github.com/prodigynelson/d05cfed480730be06b381c7385c3e488

Your Environment

software version
react-navigation 1.0.0-beta.19
react-native .50
@dereknelson
Copy link
Author

moved to react-navigation/redux-helpers#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant