# ocetnik/react-native-background-timer

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

Repository: https://github.com/ocetnik/react-native-background-timer
Canonical: https://ross.abutalabs.com/products/react-native-background-timer
Language: Java
License: MIT
License Family: permissive
Last push: 2023-10-25T15:45:46+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3767, "days_push": 1043, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1650, forks 233 (observed 2026-08-28T04:05:16.808406+00:00)

## What it is
A React Native library that runs timers and emits periodic events even when the app is in the background, on both Android and iOS. It provides background-safe setTimeout/setInterval equivalents plus cross-platform run/stop background timer APIs.

## Use cases
- run periodic tasks in a react native app while backgrounded
- keep a timer running when the app goes to background on ios
- schedule background polling every few seconds on android
- execute javascript code in background in react native
- background countdown or interval timer for mobile app

## When to choose
- you need periodic background execution in a React Native app on Android and iOS
- you want a drop-in replacement for setTimeout/setInterval that survives backgrounding

## When to avoid
- you need long-running background services beyond periodic timers
- you use Expo without ejecting, since native modules are required
- you need background location or audio features rather than timers

## Facets
- artifact type: library
- maturity: maintenance
- function: scheduling, concurrency
- domain: mobile-development
- platform: -
- tags: react-native, background-tasks, timers, native-modules, automation, android, ios, mobile, javascript

## Member repositories
- ocetnik/react-native-background-timer (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:16.808406+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:45:05.625459+00:00, confidence not recorded.
  - readme: https://github.com/ocetnik/react-native-background-timer (fetched 2026-08-28T04:05:16.808406+00:00, sha 5b5f57301ef3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
