KBLNY / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
442 stars 125 forks source link

Display notification in all screens #39

Open cerberusv2px opened 7 years ago

cerberusv2px commented 7 years ago

Notification only pops up when user is in Main screen (HomeScreen). But when user navigates to other pages, notification is received but alert is not displayed.

jqn commented 7 years ago

Try putting you alert in you top component, depending on your directory structure it could be index.os.js. I use redux to trigger the alert but if not using redux then you have to figure out a way to trigger it.