Alarm Functionality In ReactNative For Android And iOS

Ali Faris picture Ali Faris · Jun 14, 2017 · Viewed 16k times · Source

I want to make app that play music every day at specific time (for example : 07:00) even if the app in background or turned off

I had done it in android with Java & Android SDK using Alarm Manager , i'm looking for something like that for ReactNative

I had searched for libraries but i did not found useful resources

Answer

Dee picture Dee · Jul 3, 2017

check this out https://github.com/wmcmahan/react-native-calendar-events , The alarms associated with the calendar event, as an array of alarm objects.