Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
3.10.9
- Exposes
address
onRadarPlaces
. - Modifies
radius
to become optional parameter forsearchGeofences
. Omitting theradius
parameter will result in a search without a radius limit. - Adds
includeGeometry
as a parameter forsearchGeofences
to include full geometry of returned polygon geofences.
3.10.8
3.10.7
- Improves compatibility with older projects using
javascript
.
3.10.7-beta.1
- Improves compatibility with older projects using
JS
instead ofTS
.
3.9.3
- Fixes cross-platform instrumentation.
- Improves processing of locations from geofence intents.
- Adds
FOREGROUND_SERVICE_LOCATION
permission to Android manifest. - Improves foreground service starting and stopping.
- Bumps Android dependency to
3.9.8
and iOS to3.9.12
. - Improves the reliability of Google Play Integrity API requests for Android.
- Exposes
user.failed_fraud
anduser.arrived_at_wrong_trip_destination
event types. - Exposes
fraud
onRadarEvent
- Exposes
passed
,inExclusionZone
,inBufferZone
, anddistanceToBorder
onRadarRegion
. - Exposes
inaccurate
onRadarFraud
. - Improves the latency of
Radar.trackVerified()
calls. - Updates
locationManager
behavior.
3.10.6
3.9.2
- Improves processing of locations from geofence intents.
- Adds
FOREGROUND_SERVICE_LOCATION
permission to Android manifest. - Improves foreground service starting and stopping.
- Bumps Android dependency to
3.9.8
and iOS to3.9.12
. - Improves the reliability of Google Play Integrity API requests for Android.
- Exposes
user.failed_fraud
anduser.arrived_at_wrong_trip_destination
event types. - Exposes
fraud
onRadarEvent
- Exposes
passed
,inExclusionZone
,inBufferZone
, anddistanceToBorder
onRadarRegion
. - Exposes
inaccurate
onRadarFraud
. - Improves the latency of
Radar.trackVerified()
calls. - Updates
locationManager
behavior.
3.10.6-beta.2
- Bumps Android dependency to
3.9.7
- Improves the reliability of Google Play Integrity API requests for Android.
- Exposes
user.failed_fraud
anduser.arrived_at_wrong_trip_destination
event types. - Exposes
fraud
onRadarEvent
- Exposes
passed
,inExclusionZone
,inBufferZone
, anddistanceToBorder
onRadarRegion
. - Exposes
inaccurate
onRadarFraud
. - Improves the latency of
Radar.trackVerified()
calls.
3.10.6-beta.1
- Bumps Android dependency to
3.9.8-beta.9
.
3.10.5
- Adds jailbreak detection to
Radar.trackVerified()
andRadar.startTrackingVerified()
for iOS. - Bumps iOS dependency to
3.9.10
.