-
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
typeError: navigationStore.getStateForAction is not a function #3296
Comments
Should be fixed with 4.0.4 |
@aksonov this seems still broken - the old API was not passing |
Could you fix it by removing of navigationStore as param at all?
… On 30 Sep 2018, at 17:47, Davis Z. Cabral ***@***.***> wrote:
@aksonov this seems still broken - the old API was not passing navigationStore but params.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Please check 4.0.5 version |
I'm getting this error, for 4.0.6. I wonder what could be the cause |
any update? |
4.2.0, 4.3.0, the same. |
Hmm this started happening to me after I upgraded RN 0.63.4 to RN 0.64.0 |
here is a quick fix, downgrade react-native-router-flux to react-native-router-flux": "4.0.0-beta.27" and run these commands watchman watch-del-all reference: |
when upgrad react-native-route-flux. |
in examples/react-native
"dependencies": {
"@babel/runtime": "^7.0.0",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native-button": "^2.3.0",
"react-native-message-bar": "^2.0.10",
"react-native-router-flux": "^4.0.3",
"react-native-screens": "^1.0.0-alpha.12",
"react-navigation": "2.16.x",
"react-navigation-deprecated-tab-navigator": "^1.3.0",
"react-navigation-stack": "^0.6.0"
},
always get this error
typeError: navigationStore.getStateForAction is not a function
The text was updated successfully, but these errors were encountered: