react-native-geolocation-service
Advanced tools
Comparing version 5.2.0 to 5.3.0-beta.1
# Changelog | ||
### 5.3.0-beta.1 (April 23, 2021) | ||
- Android: update default build tools & sdk version | ||
- Android: add vertical accuracy & provider name in location data if available | ||
- Android: rewrite implementation & add support for LocationManager API | ||
- Android: fallback to use LocationManager if Google Play Service is not available | ||
### 5.2.0 (February 2, 2021) | ||
@@ -4,0 +10,0 @@ - Android: fix location request on airplane mode |
@@ -65,3 +65,3 @@ declare module 'react-native-geolocation-service' { | ||
speed: number | null | ||
altitudeAccuracy: number | null | ||
altitudeAccuracy?: number | null | ||
} | ||
@@ -73,2 +73,3 @@ | ||
mocked?: boolean; | ||
provider?: 'fused' | 'gps' | 'network' | 'passive'; | ||
} | ||
@@ -75,0 +76,0 @@ |
{ | ||
"name": "react-native-geolocation-service", | ||
"version": "5.2.0", | ||
"version": "5.3.0-beta.1", | ||
"description": "React native geolocation service for iOS and android", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
81868
28
214
1