You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HomePage --> LoginPage --> RegisterPage --> LoginPage --> RegisterPage
click login button in HomePage jump to LoginPage, then click register button in LoginPage jump to RegisterPage, then click login button in RegisterPage jump to create new LoginPage
Actual behaviour
Actually, when click login button in RegisterPage back to last LoginPage
App.js
jump:
onPress={() => Actions.push('register')}
I would be grateful for any help
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Version
Tell us which versions you are using:
Expected behaviour
HomePage --> LoginPage --> RegisterPage --> LoginPage --> RegisterPage
click login button in HomePage jump to LoginPage, then click register button in LoginPage jump to RegisterPage, then click login button in RegisterPage jump to create new LoginPage
Actual behaviour
Actually, when click login button in RegisterPage back to last LoginPage
App.js
jump:
onPress={() => Actions.push('register')}
I would be grateful for any help
Thanks in advance!
The text was updated successfully, but these errors were encountered: