Skip to content

Releases: radarlabs/react-native-radar

3.20.1

14 Mar 21:03
09b533f

Choose a tag to compare

  • Updates Radar Android SDK to version 3.21.2 and Radar iOS SDK to version 3.21.2.
  • Adds Android ProGuard rules.
  • Improves reliability of Radar.requestPermissions() .

3.20.1-beta.6

11 Mar 19:14

Choose a tag to compare

3.20.1-beta.6 Pre-release
Pre-release
bump version

3.20.1-beta.5

11 Mar 14:29

Choose a tag to compare

3.20.1-beta.5 Pre-release
Pre-release
version bump

3.20.1-beta.4

06 Mar 00:18

Choose a tag to compare

3.20.1-beta.4 Pre-release
Pre-release
bump version

3.20.1-beta.3

05 Mar 18:00

Choose a tag to compare

3.20.1-beta.3 Pre-release
Pre-release
make code more robust to misuse

3.20.1-beta.2

04 Mar 22:15

Choose a tag to compare

3.20.1-beta.2 Pre-release
Pre-release
save for new build

3.20.1-beta.1

03 Mar 12:52

Choose a tag to compare

3.20.1-beta.1 Pre-release
Pre-release
Removed ignored files from tracking

3.20.0

04 Feb 19:19
772c34b

Choose a tag to compare

  • Adds an optional parameter countryCodes to Radar.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 version 3.21.1.

3.19.1

17 Jan 23:12
11fa3f6

Choose a tag to compare

  • Adds additional location manager logging.

3.19.0

17 Jan 16:19
fc0128e

Choose a tag to compare

  • Adds a desiredAccuracy param to Radar.trackVerified() and Radar.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 version 3.20.0.