robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mahesh963 opened this issue · comments

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.