ANONYMOUS

Results 4 comments of ANONYMOUS

@donny08 I think you can't update every 1 minute(as you have given` period: 60`) minimum time required is 15 minutes ie. `period : 900`

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.

Please do npm run `react-native run-android` or `npx react-native run-android` after adding any package we need to re-install it on device.

As per -> https://github.com/jamesisaac/react-native-background-task#android Android The linking of the library can be done automatically by running: ` react-native link react-native-background-task` One manual step is still needed - in your project...