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

Periodic background tasks for React Native apps, cross-platform (iOS and Android), which run even when the app is closed.

Results 68 react-native-background-task issues
Sort by recently updated
recently updated
newest added

After running `npm install react-native-background-task --save`, I am trying to `import BackgroundTask from 'react-native-background-task'`, but I get `Cannot find module 'react-native-background-task' or its corresponding type declarations.` The package was added...

When I run my taskts and look for any console response, I see only this: 06-09 23:27:06.986 25351 25351 D BackgroundTask: Committing job schedule 06-09 23:34:37.407 25351 26893 D BackgroundTask:...

How can i fix it? ![capture](https://user-images.githubusercontent.com/11143625/41504930-14bcc1f8-7227-11e8-91f2-497eae15f3ac.JPG)

I have setup a task to run when application goes background. Unfortunately, its not working for me. Please find the below code ``` import BackgroundTask from 'react-native-background-task' import { Vibration...

The lib does not work on Android. I followed the documentation and this is the error from `yarn android` ``` * What went wrong: Could not determine the dependencies of...

Hi, I am getting the following warning after reopening the app or reloading it. ``` registerHeadlessTask called multiple times for same key 'BackgroundTask' ```

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

Hi it does not work for me and I got warning register headless js , i want to run this code in background BackgroundTask.define(() => { console.log('Hello from a background...

Hello, I just started experimenting with this android background tasks, but i was not able to run even simple example. ![screenshot_20180406-151055](https://user-images.githubusercontent.com/32513027/38422962-cf837a44-39ac-11e8-9031-dd261c72a450.jpg) I have started with create-react-native-app, ejected from expo, added...