robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native
MIT License
269 stars 78 forks source link

How to show the Notification in any screen with by calling showNotification() Method at particular screen #31

Open mahesh963 opened 5 years ago

mahesh963 commented 5 years ago

Hi, thanks for the awesome module. My requirement is, In my app i'm using chat functionality i need to show the notification type messages by calling this.props.showNotification() once in single screen and need to get notification message in anywhere in the Application. Can you please suggest me how to fix it.