Overview of Background Geolocation for React Native & Expo
masterThe react-native-background-geolocation SDK provides sophisticated background location-tracking and geofencing for iOS and Android. It uses motion-detection APIs (accelerometer, gyroscope, magnetometer) to intelligently manage battery life:
- Moving: Location recording starts automatically based on the configured
distanceFilter(in metres). - Stationary: Location services turn off automatically to conserve battery.
This is v5 of the SDK. Note that v4.x license keys are not compatible with v5. You must generate a new v5 key via the Customer Dashboard.