-
Notifications
You must be signed in to change notification settings - Fork 124
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
How to use it with react-native-router-flux #26
Comments
According to #16 (comment) it's not possible yet, I also did not get it to work with |
im using with react-native-router-flux and have no problems with it
then i call this.props.showAlert( {your alert} ) whenever i need it. |
Hello @jaywalklabs may I know, how did you import it? thanks! |
@mergemeynard try follow example this https://github.com/aksonov/react-native-router-flux/blob/master/Example/components/MessageBar.js
|
@herarya thanks man. |
Hi, can you please show an example of how to use your component with react-native-router-flux?
Should I use it like this?
The text was updated successfully, but these errors were encountered: