Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
2.1.4
2.1.3
2.1.2
- Exposes new
RadarTrackingOptionsfor configuring background tracking. See https://radar.io/documentation/sdk#ios-background and https://radar.io/documentation/sdk#android-background for details.
Radar.startTracking({
sync: 'possibleStateChanges', // use 'replayOff' to disable offline replay ('replayStopped' recommended)
offline: 'replayStopped' // use 'all' to sync all location updates ('possibleStateChanges' recommended)
});2.1.1
Fixes Android build issues.
2.1.0
- Upgrades Radar SDK to
2.1.x. - Adds new event type.
2.0.4
Exposes geofence.metadata field.
2.0.3
2.0.2
2.0.1
- Fixes
getPermissionsStatus()on Android. - Ensures more consistent background event delivery on Android.
2.0.0
Upgrades Radar SDK to 2.0.0.