react-native-background-timer
react-native-background-timer copied to clipboard
Emit event periodically (even when app is in the background)
## 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:  So after following the stacktrace I got to this:  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...