Devin Jameson

Results 15 comments of Devin Jameson

Any ideas on this? Additionally, if the `fireDate` is for the same day, the notification triggers once but does not repeat even if `repeats` is set to true.

I wrote my own native module to get around this @solo29. You can find it here: https://github.com/johnschoeman/building-habits-rn/tree/master/src/notifications. And the Swift implementation: https://github.com/johnschoeman/building-habits-rn/blob/master/ios/NotificationsManager.swift

This might be helpful: https://github.com/react-native-push-notification-ios/push-notification-ios/issues/247

I have the same issue. It works if I repeat step 3 twice.

> I have the same issue. It works if I repeat step 3 twice. Actually, to get it to work in all cases, I have to repeat step 3 three...