-
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.pop() with data is not working #2075
Comments
Thanks, I will add it to 'migration' section. Use |
Actions.pop();Actions.refresh({..}) this is work around only right? |
Actually it is not workaround but much better syntax. v3 just was not able to support it. |
However it is not difficult to add old syntax for backward compatibility. Feel free to submit PR. |
In navigationStore.js the pop is written like this
It is even not taking any params. Is it the cause of this problem? |
Is this fix live now? If yes, in which version? |
Yes, master branch. Will publish beta.13 soon. |
Action.Actionname(data) is working but Actions.pop(data) is not working.
Here is my code
I have added lot of life cycles methods in parent screen and added log inside them but non of them are getting called.
I am not even getting undefined. There is no reflection in debug console.
Please check might be the issue with React Native updates. I am using following dependencies.
The text was updated successfully, but these errors were encountered: