Releases: radarlabs/react-native-radar
Releases · radarlabs/react-native-radar
3.20.1-beta.4
- Experiment with setting a lower interval for android.
- Send up barometer accuracy value for android.
3.20.1-beta.3
- Improved performance of the iOS location permission helper method.
- Added ProGuard rules for Android to ensure smoother builds with R8 enabled.
3.20.1-beta.2
- Adds barometer data in location metadata for Android.
3.20.1-beta.1
- Improved performance of the iOS location permission helper method.
- Added ProGuard rules for Android to ensure smoother builds with R8 enabled.
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.
- Updates Radar Android SDK to version
3.21.1
and Radar iOS SDK to version3.21.1
.
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
.