-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 have a global view component like a notification bar #2105
Comments
What do you think if we will add |
Please check Example project from latest master. I think now RNRF allows very powerful techniques with |
Should be fixed with 4.0.0-beta.13, Example project contains alert on launch screen. |
I just tested it based on the example you provided with overlay it did not work for me I got the following error There is no route defined for key messageBar. I was able to get it to work by doing the following
|
I'm using the latest version of the package and I would like to use the following package https://github.com/KBLNY/react-native-message-bar
and have a notification bar that is global to the entire app but I'm not sure the correct way to do this with scenes
I have tried the following but this does not render or load the rest of the routes
I have then tried the following way but this never loads the message bar
<Scene key="messageBar" component={MessageBar} initial={true} />
The text was updated successfully, but these errors were encountered: