-
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
popTo(sceneKey, props) not including props in next scene #2621
Comments
It is not yet supported, PR is welcome! |
For those whos looking for a temporary solution: Hope it helps someone |
@aksonov would you be OK with |
Yes, it will be OK. Another issue that popTo doesn't work now with latest beta as reported, could you check that? |
Same issue here |
Please try to reproduce it with Example project and latest version 4.0.0-beta.40. Feel free to open if the issue still exists |
FYI for anyone using the RNRF v4.x (non beta) with React Navigation 2.0, you'll need to wrap Actions.refresh({ propName: value }) in a setTimeout for it to work:
|
I had that issue
|
Version
Tell us which versions you are using:
Expected behaviour
Props passed into
Actions.popTo(sceneKey, props)
available on next sceneActual behaviour
Props on next scene do not include props passed into
Actions.popTo(sceneKey, props)
Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
Actions.popTo(sceneKey, props)
from body of thunkThe text was updated successfully, but these errors were encountered: