Nor
Nor
There's a solution, which is done on front end part. First of all, run `npm i react-native-background-timer` This will help you run scheduled tasks when the app is closed. Then,...
@newme616 hmm, that actually depends on what BackgroundTimer library offers, but another solution we've come up is that the timer is handled on backend side, and once time's up, the...
@newme616 Actually there is a solution, it works for both iOS and Android, while app is in background. Use this in index.js file You should duplicate the code for both...
You just need to download this library manually (without gradle) and implement it in your project. Than you are free to change whatever you want.