Skip to content

Releases: tconns/react-native-nitro-bg-timer

Release v0.1.0

07 Sep 03:52

Choose a tag to compare

[0.1.0] - 2025-09-07

Added

  • Initial release of react-native-nitro-bg-timer
  • Support for setTimeout / clearTimeout with background execution
  • Support for setInterval / clearInterval with background execution
  • Cross-platform support (iOS & Android) using Nitro Modules
  • Memory-safe implementation with automatic cleanup
  • Example usage with React Hook (useBackgroundTimer)
  • iOS integration with Background Modes & BGTaskScheduler
  • Android integration with Foreground Service & Wake Lock