'react-native-push-notification queue notification after update

I am maintaining an app that uses the library react-native-push-notification to send scheduled push notifications.

A new set of notifications were added to the app but they will not be scheduled if the user doesn't open the app.

I was wondering if it is possible to somehow schedule these new notifications even if users don't interact with the app.

I am open to completely rewriting the notification system in the app if needed, so the solution doesn't have to use react-native-push-notification.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source