Skip to content

Releases: aashir-athar/react-native-persistent-background-location

Release list

v0.1.0

Choose a tag to compare

@aashir-athar aashir-athar released this 17 Jun 01:01

Initial release.

Bare React Native (Nitro) background GPS — survives app-kill/swipe on Android (foreground service + START_STICKY + boot receiver) and resumes after force-quit on iOS (significant-location-change via a +load launch observer, no AppDelegate edits). Native SQLite buffer + offline HTTP sync. New Architecture only.

  • Android context via a manifest ContentProvider; runtime prompts through PermissionAwareActivity (marshalled to the main thread).
  • iOS @_cdecl launch hook + typed Nitro callbacks.
  • Fully-typed ergonomic JS API, Expo config plugin, example dev-client app.

npm install react-native-persistent-background-location

Provenance-attested publish. See the README for setup and the CHANGELOG for details.