react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
732 stars 281 forks source link

Make notifications time zone agnostic #354

Closed bwernsman closed 1 year ago

bwernsman commented 2 years ago

This is a PR to add an optional parameter to make local notifications timezone agnostic, if a notification is scheduled for 8 pm, it will trigger at 8 pm, no matter if you are in LA or NYC. I currently have it set as "isTimeZoneAgnostic", maybe "isTimeZoneIndependent", definitely open to feedback on this. I updated the docs as well, let me know if there is anything else.