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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: