I want to execute some function of my react native app at certain times, no matter if the app is opened or in background.
For example, execute the function at monday 3:00pm and wednesday 5:00pm
Is it possible to achieve this? Sorry if the question is noob. The alternative is to send a request from server side, but I want to know if is possible from the app side.
Thanks