How do you create a timer alarm with local notifications?

SDK Version: 41.
Platform: Android and iOS.

I can see from the documentation for expo-notifications how to create a one-time notification via using scheduleNotificationAsync and giving the trigger property a value of type DateTriggerInput. Also, the documentation shows how to create a repeating notification by using TimeIntervalTriggerInput for the trigger value.

But is there a way to schedule a notification for a date/time and then have it repeat the notification sound every few seconds until dismissed?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.