carsonwah / react-native-push-notification-popup

A <NotificationPopup/> component for presenting your own push notification in react-native app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popup in Background and Kill state do not appear

16ntu1120 opened this issue · comments

My notification popup appear in foreground state but notification popup do not appear in background and kill state of the app how can I do this? Help needed! Thanks

Hi @16ntu1120 sorry I missed your issue. This component is only visible within the app, because fundamentally it is just a component that is rendered within your app. So it won't work outside the app.