-
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
Actions.replace () not working on beta 28 version #2962
Comments
sure , i find the problem , too. So, how to deal it |
evaluating 'resetAction.actions.map' , undefined is not an object~~~~~ |
This is a known issue, .27 is more stable |
the same,did you fixed it?thank you |
@Blapi I downgraded from |
Works fine for me, are you sure it really is .27 and that you did nothing wrong in your package.json ? |
@Blapi i update .28 for Actions.popTo can be used normally |
@NSShentu can you show me your package.json when you're on .27 please? As I said, it's working fine on my app with .27 |
@Blapi replace function is ok |
Actions.replace works with 4.0.0-beta.31 |
Calling Actions.key({type:'replace',props:'props'}) or Actions.replace({sceneKey:'key',props:'props'}) is supposed to pop the current scene from the stack and pushes the new scene to the navigation stack. But it is not changing or moving to new scene. If I pass the scenekey without parameters, it's working fine. I downgraded the version to 25 which I had previously used in some other project. After downgrading it's working. So this is the issue in latest version.
The text was updated successfully, but these errors were encountered: