3
votes

When the app is in background or closed, received push notifications go to top bar (Notification Center).
Later on tapping one notification will open the app and invoke the onNotification callback for that particular message. In iOS, getDelievedNotifications returns an array of all pending ones.
How to do it in Android?

Thanks.

(edited: I am using https://github.com/zo0r/react-native-push-notification)

1
Did you ever manage to solve this? - Denis Kniazhev

1 Answers

0
votes

You can use this library - https://github.com/zo0r/react-native-push-notification

Weird thing is that this library supports repeat notifications on Android and the react-native base one supports repeat notifications on IOS devices.