expo-location 18.0.9-canary-20250320-7a205d3 → 18.0.10-canary-20250331-817737a
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.
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
- On Android, remove dependency on `smart-location-lib`. ([#33609](https://github.com/expo/expo/pull/33609) by [@alanjhughes](https://github.com/alanjhughes))
|
|
18
18
|
- [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
|
|
19
19
|
|
|
20
|
+
## 18.0.9 - 2025-03-31
|
|
21
|
+
|
|
22
|
+
_This version does not introduce any user-facing changes._
|
|
23
|
+
|
|
20
24
|
## 18.0.8 - 2025-03-14
|
|
21
25
|
|
|
22
26
|
### 💡 Others
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-location",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.10-canary-20250331-817737a",
|
|
4
4
|
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"preset": "expo-module-scripts"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
42
|
+
"expo-module-scripts": "4.0.5-canary-20250331-817737a"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"expo": "53.0.0-canary-
|
|
45
|
+
"expo": "53.0.0-canary-20250331-817737a"
|
|
46
46
|
}
|
|
47
47
|
}
|