react-native-push-notification icon indicating copy to clipboard operation
react-native-push-notification copied to clipboard

schedule a notification from a start date to till the end date.

Open scrapecoder opened this issue 3 years ago • 0 comments

How to schedule a notification from the start date to till the end date.

eg: start date - 2022-08-09 12:10:00Z end date - 2023-05-09 12:10:00Z I tried the find all the dates b/w these two dates and loop through the dates and schedule the notification. it's working fine for a short date difference. for max date difference, I'm getting maximum limit error.

So how do I schedule the notification for the max date difference?

scrapecoder avatar Aug 09 '22 10:08 scrapecoder