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
Tell us which versions you are using:
Push screen using "Actions.userprofile()" should push & replace the screen with profile screen.
Getting error: undefined is not an object (evaluating 'resetAction.actions.map')
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
<Scene key="userprofile" component={Profile} title="Profile" back={true} backButtonImage={Images.backArrow} type={ActionConst.REPLACE} />
The text was updated successfully, but these errors were encountered:
Duplicate #2799
Sorry, something went wrong.
No branches or pull requests
Version
Tell us which versions you are using:
Expected behaviour
Push screen using "Actions.userprofile()" should push & replace the screen with profile screen.
Actual behaviour
Getting error: undefined is not an object (evaluating 'resetAction.actions.map')
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The text was updated successfully, but these errors were encountered: