We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffb999 commit b40272cCopy full SHA for b40272c
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### 5.3.1 (September 23, 2022)
4
+ - iOS: fix crash due to location becoming nil ([#370](https://github.com/Agontuk/react-native-geolocation-service/pull/370))
5
+
6
### 5.3.0 (June 25, 2022)
7
- Android: set `distanceFilter` to `0` in `getCurrentPosition` API
8
- Android: update default version of play services location to 18.0.0
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-geolocation-service",
- "version": "5.3.0",
+ "version": "5.3.1",
"description": "React native geolocation service for iOS and android",
"main": "js/index.js",
"scripts": {
0 commit comments