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