react-native-push-notification
react-native-push-notification copied to clipboard
schedule a notification from a start date to till the end date.
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?