react-native-workers
react-native-workers copied to clipboard
Can I schedule task using this package?
I am looking for a package that enables me to shcedule daily or hourly operations and be confident that those are not going to be shut down by the OS, at least in normal battery and resource condition. Extreme cases are not necessary yet (for those I guess server backup is mandatory).
As a fact I posted a question about this on stackoverflow. I am trying th package now but I would ike to know the authors' opinion.
I am trying also with https://www.npmjs.com/package/react-native-background-timer, but since I need to run also services, an Android Service / Web Worker sounds ideal.