We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i do a replace action. Such as: Actions.replace('HomePage');
yellowbox show: Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating 'resetAction.actions.map').
And the screen still show current router.
My package detail: "react-native-router-flux": "^4.0.0-beta.26", "react-navigation": "^1.0.0-beta.22", "react": "16.0.0", "react-native": "0.51.0",
The text was updated successfully, but these errors were encountered:
There's already a lot of issues about this, did you even check ???
Upgrade to .27.
Sorry, something went wrong.
No branches or pull requests
When i do a replace action. Such as: Actions.replace('HomePage');
yellowbox show: Possible Unhandled Promise Rejection (id: 0): TypeError: undefined is not an object (evaluating 'resetAction.actions.map').
And the screen still show current router.
My package detail:
"react-native-router-flux": "^4.0.0-beta.26",
"react-navigation": "^1.0.0-beta.22",
"react": "16.0.0",
"react-native": "0.51.0",
The text was updated successfully, but these errors were encountered: