-
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
How can i get the props after Actions.popTo in the previous scene? #3241
Comments
According to the API documentation, there is a second parameter on
|
@dextermb I have seen that API documentation, but it doesn't seem to work. |
Yes, thank @dextermb, we can continue this over there. But before doing that it's important to notice that things changed from 1.x to 2.x on react-navigation, making a lot of RNRF API to also change (that's the main reason why this went from v3 to v4. Please read #3206 and see if you think you can contribute there with more information about your problem or that you can help with a PR. |
Version
Tell us which versions you are using:
Expected behaviour
Actions.push
SceneA ==> SceneB
Actions.popTo
SceneB ==> SceneA
How can i get the props in SceneA?
The text was updated successfully, but these errors were encountered: