react-native-background-task icon indicating copy to clipboard operation
react-native-background-task copied to clipboard

Start first execution immediately

Open tbassani opened this issue 5 years ago • 1 comments

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

tbassani avatar Feb 08 '20 03:02 tbassani

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.

vestronv avatar Sep 02 '21 11:09 vestronv