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

Action.pop call without trigger #2868

Closed
waheed25 opened this issue Feb 8, 2018 · 1 comment
Closed

Action.pop call without trigger #2868

waheed25 opened this issue Feb 8, 2018 · 1 comment

Comments

@waheed25
Copy link

waheed25 commented Feb 8, 2018

Version

  • react-native-router-flux 4.0.0-beta.24

  • react-native v 0.49.5

Expected behaviour

it should triggers the next route according to key

Actual behaviour

it triggers the next next route according to key but when next route appears i think pop functions is called and it return on to previous screen.

Steps to reproduce

For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
1.onfocus of TextInput calls Actions.key();
like this onFocus={()=>Actions.profession()}
2.it will show next screen adnd than returns on previous

@waheed25
Copy link
Author

waheed25 commented Feb 8, 2018

Actually my bad i was calling pop function without pressing the button

@waheed25 waheed25 closed this as completed Feb 8, 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

1 participant