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 111 forks source link

Start first execution immediately #79

Open tbassani opened 4 years ago

tbassani commented 4 years ago

Is it possible to start the first execution of the task as soon as the app leaves the Foreground?

vestronv commented 2 years ago

If that's API call that you want to do when app goes to inactive state you write that in app itself, not sure if that solves problem.