jamesisaac / react-native-background-task

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.
MIT License
1.1k stars 110 forks source link

Will it work when the app is not active? #4

Closed guysegal closed 7 years ago

guysegal commented 7 years ago

on Android and on iOS?

jamesisaac commented 7 years ago

Yes, that's the goal. Tasks which persist even after a device restart. But until the release is more stable it's recommended you confirm this behaviour yourself.