Releases: aashir-athar/react-native-persistent-background-location
Releases · aashir-athar/react-native-persistent-background-location
Release list
v0.1.0
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 throughPermissionAwareActivity(marshalled to the main thread). - iOS
@_cdecllaunch 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.