react-native-radar 3.10.2-beta.1 → 3.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ android {
18
18
  minSdkVersion 16
19
19
  targetSdkVersion 31
20
20
  versionCode 1
21
- versionName '3.10.1'
21
+ versionName '3.10.2'
22
22
  }
23
23
  lintOptions {
24
24
  abortOnError false
package/dist/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "React Native module for Radar, the leading geofencing and location tracking platform",
4
4
  "homepage": "https://radar.com",
5
5
  "license": "Apache-2.0",
6
- "version": "3.10.2-beta.1",
6
+ "version": "3.10.2",
7
7
  "main": "dist/src/index.js",
8
8
  "files": [
9
9
  "android",
@@ -20,8 +20,6 @@ export interface RadarTrackingOptions {
20
20
  desiredAccuracy: RadarTrackingOptionsDesiredAccuracy;
21
21
  stopDuration: number;
22
22
  stopDistance: number;
23
- rampUpRadius?: number;
24
- rampedUpInterval?: number;
25
23
  sync: "all" | "stopsAndExits" | "none";
26
24
  replay: "all" | "stops" | "none";
27
25
  useStoppedGeofence: boolean;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "React Native module for Radar, the leading geofencing and location tracking platform",
4
4
  "homepage": "https://radar.com",
5
5
  "license": "Apache-2.0",
6
- "version": "3.10.2-beta.1",
6
+ "version": "3.10.2",
7
7
  "main": "dist/src/index.js",
8
8
  "files": [
9
9
  "android",
@@ -23,8 +23,6 @@ export interface RadarTrackingOptions {
23
23
  desiredAccuracy: RadarTrackingOptionsDesiredAccuracy;
24
24
  stopDuration: number;
25
25
  stopDistance: number;
26
- rampUpRadius?: number;
27
- rampedUpInterval?: number;
28
26
  sync: "all" | "stopsAndExits" | "none";
29
27
  replay: "all" | "stops" | "none";
30
28
  useStoppedGeofence: boolean;