We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
onEnter ( ) / onExit ( ) use as a non-static type.
onEnter ( )
onExit ( )
static onEnter / onExit is functional but cannot access this.<object> within the class Component.
this.<object>
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The text was updated successfully, but these errors were encountered:
Bye bye react-native-router-flux and Hello react-navigation by the react-community :D
Sorry, something went wrong.
It is not supported. You can access class Component by using Actions.refs.SCENE_NAME as stated in docs.
No branches or pull requests
Version
Expected behaviour
onEnter ( )
/onExit ( )
use as a non-static type.Actual behaviour
static onEnter / onExit is functional but cannot access
this.<object>
within the class Component.Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.
The text was updated successfully, but these errors were encountered: