Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
3.20.0
- Adds an optional parameter
countryCodes
toRadar.searchPlaces()
to filter place results by country. - Adds
Radar.isTrackingVerified()
, which returns a boolean indicating whether verified tracking has been started. - Adds
Radar.setProduct()
, which sets an optional product name to be displayed in the dashboard and reports. - Collects app name, version, and build number.
3.19.1
3.19.0
- Adds a
desiredAccuracy
param toRadar.trackVerified()
andRadar.getVerifiedLocationToken()
. Use.medium
(default) for medium accuracy (generally prefers wi-fi) and lowest latency, or.high
for highest accuracy (generally prefers GPS) and slightly higher latency. - Adds
Radar.clearVerifiedLocationToken()
to clear the last location token (e.g., on logout). - When calling
Radar.startTrackingVerified()
, if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check. - Updates Radar Android SDK to version
3.19.0
and Radar iOS SDK to version3.20.0
.
3.18.9-beta.2
- Enables remote tracking options to ramp up and ramp down without network connection.
- Updates Radar Android SDK to version
3.18.11-beta.1
and Radar iOS SDK to version3.19.7-beta.1
.
3.18.9
3.18.9-beta.1
- Updates Radar Android SDK to version
3.18.11-beta.1
.
3.18.8
- Expands functionality of notification analytics.
- Updates Radar iOS SDK to version
3.19.4
.
3.18.7
- Updates Radar Android SDK to version
3.18.9
.
3.18.7-beta.1
- Reverts changes to android request permissions.
- Updates Radar Android SDK to version
3.18.9-beta.1
.
3.18.6
- Increases the accuracy and freshness of geolocation checks near state borders.
- Updates Radar Android SDK to version
3.18.8
and Radar iOS SDK to version3.19.3
.