Skip to content

Commit

Permalink
Bump React Native Maps. Fixes #1695.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Feb 22, 2024
1 parent 7a7e07e commit 8181fec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
targetSdkVersion = 33
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
ndkVersion = "23.1.7779620"
playServicesVersion = "18.1.0"
playServicesVersion = "18.2.0"
timberVersion = "4.7.1"
kotlinVersion = "1.8.10"
androidXCore = "1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ PODS:
- React-Core
- react-native-get-random-values (1.9.0):
- React-Core
- react-native-maps (1.8.4):
- react-native-maps (1.10.3):
- React-Core
- react-native-netinfo (9.4.1):
- React-Core
Expand Down Expand Up @@ -1277,7 +1277,7 @@ SPEC CHECKSUMS:
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-fbsdk-next: 776f49479d36a1e72a1a367baadcc8391cd24374
react-native-get-random-values: dee677497c6a740b71e5612e8dbd83e7539ed5bb
react-native-maps: e2b78affd8e90c807a87bd042dc6b1af2decbcf1
react-native-maps: 72a8a903f8a1b53e2c777ba79102078ab502e0bf
react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5
react-native-pager-view: cf96a223846458cc7e932017636b5c6d8cc2c549
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localize": "^3.0.4",
"react-native-map-link": "^2.11.2",
"react-native-maps": "^1.8.4",
"react-native-maps": "^1.10.3",
"react-native-maps-super-cluster": "^1.6.0",
"react-native-markdown-display": "^7.0.2",
"react-native-modal": "^13.0.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5454,10 +5454,10 @@
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.8.tgz#30744afdb385e2945e22f3b033f897f76b1f12ca"
integrity sha512-1rkryxURpr6aWP7R786/UQOkJ3PcpQiWkAXBmdWc7ryFWqN6a4xfK7BtjXvFBKO9LjQ+MWQSWxYeZX1OApnArA==

"@types/geojson@^7946.0.10":
version "7946.0.11"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.11.tgz#012c17cb2256ad8de78560da851ab914a7b9b40e"
integrity sha512-L7A0AINMXQpVwxHJ4jxD6/XjZ4NDufaRlUJHjNIFKYUFBH1SvOW+neaqb0VTRSLW5suSrSu19ObFEFnfNcr+qg==
"@types/geojson@^7946.0.13":
version "7946.0.14"
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.14.tgz#319b63ad6df705ee2a65a73ef042c8271e696613"
integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==

"@types/graceful-fs@^4.1.3":
version "4.1.5"
Expand Down Expand Up @@ -12300,12 +12300,12 @@ react-native-maps-super-cluster@^1.6.0:
"@mapbox/geo-viewport" "^0.4.0"
supercluster "^6.0.2"

react-native-maps@^1.8.4:
version "1.8.4"
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-1.8.4.tgz#41f91b597101ec58729c6cbb46dc347f52af68d5"
integrity sha512-PL7XX4dddTZB7PHDY0qslsJls5X2uRL2FSfUmiH4CFXIJ2l8QTaeWM6BLwnBswNUL6p4lQQeXuiATAhaRLHT6g==
react-native-maps@^1.10.3:
version "1.10.3"
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-1.10.3.tgz#a669ee3a8baa01d30c5c7af7bdc498428d0e8284"
integrity sha512-P8/Viq5vgW9FRhvfDFQHxq02cZUcDJu6VbBZar7c/voGDbD5nrTIA0qlpiUAmrs1ikd8+7S4QjXQlorppBBMvA==
dependencies:
"@types/geojson" "^7946.0.10"
"@types/geojson" "^7946.0.13"

react-native-markdown-display@^7.0.2:
version "7.0.2"
Expand Down

0 comments on commit 8181fec

Please sign in to comment.