Skip to content
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

jump to create new page is failed #3271

Closed
EyreGe opened this issue Sep 17, 2018 · 1 comment
Closed

jump to create new page is failed #3271

EyreGe opened this issue Sep 17, 2018 · 1 comment

Comments

@EyreGe
Copy link

EyreGe commented Sep 17, 2018

Version

Tell us which versions you are using:

  • "react-native-router-flux": "^4.0.1"
  • "react": "16.4.1",
  • "react-native": "0.56.0",

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







image

jump:
onPress={() => Actions.push('register')}

I would be grateful for any help
Thanks in advance!

@aksonov
Copy link
Owner

aksonov commented Sep 24, 2018

I can't reproduce this issue. Please change any of our examples accordingly to demonstrate the issue.

@aksonov aksonov closed this as completed Sep 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants