Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alarm Functionality In ReactNative For Android And iOS

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

like image 433
Ali Faris Avatar asked Jun 14 '17 05:06

Ali Faris


1 Answers

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

like image 185
Dee Avatar answered Nov 15 '22 22:11

Dee