-
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
problem with Actions.pop ,, send me to initial Scene #2975
Comments
Can you give your code examples?
Also IOS or Android as their "back" functionality is different. |
i used action.SceneName |
im also experiencing this problem. |
You might have replace the navigation stack at a moment, Actions.pop works just fine, the issue is in your code, not in the library. Have a look at the example project, the best practices and the solution for your problems will be there. Moreover, check your navigation stack by doing this :
You will have the best overview to see what's wrong. |
thnx alot and i fix it by move Drawer over () old code : thnx alot u help me |
This helped me. Thank you! |
Version
the problem when im on Scene 5 and i used "Actions.pop" send me to Scene 1
the steps
Scene 1 > 2 > 3 > 4 > 5 (when i use "Actions.pop" it must push me back to Scene 4 but it send me to the first Scene)
thnx and sorry if i add wrong issues and make new one and so sorry for my bad english
The text was updated successfully, but these errors were encountered: