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

Emit event periodically (even when app is in the background)

Results 122 react-native-background-timer issues
Sort by recently updated
recently updated
newest added

## Current behavior I am not able to build a release for android its giving below error Type com.ocetnik.timer.BackgroundTimerModule$2 is defined multiple times: /home/mopharma/Downloads/fresh_hows_work/backgroundlocation_howswork/working_hows_work/Copy of HOWS WORK (1)/android/app/build/intermediates/transforms/FirebasePerformancePlugin/release/4/com/ocetnik/timer/BackgroundTimerModule$2.class, /home/mopharma/Downloads/fresh_hows_work/backgroundlocation_howswork/working_hows_work/Copy of...

Hi, I have a [react-native-web](https://necolas.github.io/react-native-web) project where the app doesn't emit events when it's running in the background (after the `setTimeout` threshold has expired). I was wondering if I can...

The following error will be reported if jest is not configured ```sh FAIL __tests__/App-test.tsx ● Test suite failed to run Invariant Violation: `new NativeEventEmitter()` requires a non-null argument. 6 |...

Hello, after upgrading to RN 0.66 App shows the following: ![Screenshot_20211006-154612](https://user-images.githubusercontent.com/16132913/136215956-2bb520d8-feab-4293-b299-822d1d8cc2cc.png) So after following the stacktrace I got to this: ![Screenshot 2021-10-06 at 15 46 32](https://user-images.githubusercontent.com/16132913/136216169-f7030f95-1b66-4a51-b514-622670cc8614.png) which actually brings me...

Hello David, thanks for this awesome lib! I'm testing this library with https://www.npmjs.com/package/react-native-user-inactivity but I'm getting this issue: ``` Warning: Please report: Excessive number of pending callbacks: 501. Some pending...