-
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
goBack or pop not work in first time #2878
Comments
Hey @dborzouei, please add this in your code so you can see what really happens :
What does your reducerCreate function tells you in the logs? Can you tell me please? Because I see you have it. Btw, you need to have your first |
hi @Blapi , thanks for reply , i fixed
when i go to Login Screen and use |
hi @Blapi |
Well, it's working with Actions.pop() so it's ok no? |
no , this not work . When I'm pressed the back button 2 times . this work |
So use |
Version
^4.0.0-beta.28
my initial screen is "SearchScreen1" in Drawer Scene,
when i use Actions.LoginScreen () for go to the login screen is work fine , but when i click back button
back button work fine but not go to SearchScreen1, stay in Login screen, when I click again on back button in login screen this time is work and scrren change and navigate to SearchScreen1
i try back with Actions.pop() or navigation.goBack() , But it does not matter
why can not back in first time ?
The text was updated successfully, but these errors were encountered: