From 5a95446f7ec171e79f4aadbe7707a3777b61a25f Mon Sep 17 00:00:00 2001 From: chrisnojima Date: Tue, 31 May 2022 10:39:25 -0400 Subject: [PATCH] fix ios location issue (#25024) --- shared/ios/Podfile.lock | 6 +++--- shared/package.json | 2 +- shared/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/shared/ios/Podfile.lock b/shared/ios/Podfile.lock index 156c1ee8b50d..dcfbbf32c0c3 100644 --- a/shared/ios/Podfile.lock +++ b/shared/ios/Podfile.lock @@ -268,8 +268,8 @@ PODS: - React-jsinspector (0.67.3) - React-logger (0.67.3): - glog - - react-native-geolocation (2.0.2): - - React + - react-native-geolocation (2.1.0): + - React-Core - react-native-hw-keyboard-event (0.0.4): - React - react-native-netinfo (8.1.0): @@ -661,7 +661,7 @@ SPEC CHECKSUMS: React-jsiexecutor: 15ea57ead631a11fad57634ff69f78e797113a39 React-jsinspector: 1e1e03345cf6d47779e2061d679d0a87d9ae73d8 React-logger: 1e10789cb84f99288479ba5f20822ce43ced6ffe - react-native-geolocation: c956aeb136625c23e0dce0467664af2c437888c9 + react-native-geolocation: 69f4fd37650b8e7fee91816d395e62dd16f5ab8d react-native-hw-keyboard-event: b517cefb8d5c659a38049c582de85ff43337dc53 react-native-netinfo: 379ba2af7d2abcec0c062267abe1c9a977c72bf9 react-native-safe-area-context: 114e9a74df2643012b9d6cc1460b94f3b6a90780 diff --git a/shared/package.json b/shared/package.json index a9179f82052d..fd8b1f4c5814 100644 --- a/shared/package.json +++ b/shared/package.json @@ -68,7 +68,7 @@ "@emotion/styled": "11.8.1", "@emotion/native": "11.0.0", "@msgpack/msgpack": "2.7.2", - "@react-native-community/geolocation": "2.0.2", + "@react-native-community/geolocation": "2.1.0", "@react-native-community/netinfo": "8.1.0", "@react-native-community/push-notification-ios": "1.10.1", "@react-navigation/core": "6.2.1", diff --git a/shared/yarn.lock b/shared/yarn.lock index 8e190d48efaa..6281823995a6 100644 --- a/shared/yarn.lock +++ b/shared/yarn.lock @@ -1697,10 +1697,10 @@ sudo-prompt "^9.0.0" wcwidth "^1.0.1" -"@react-native-community/geolocation@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@react-native-community/geolocation/-/geolocation-2.0.2.tgz#ba8b40f560ead8d014740d1cdea970b33f19312e" - integrity sha512-tTNXRCgnhJBu79mulQwzabXRpDqfh/uaDqfHVpvF0nX4NTpolpy6mvTRiFg7eWFPGRArsnZz1EYp6rHfJWGgEA== +"@react-native-community/geolocation@2.1.0": + version "2.1.0" + resolved "https://registry.yarnpkg.com/@react-native-community/geolocation/-/geolocation-2.1.0.tgz#3ed15a4a357104a53c0bb824f47b59cb2a65b6ba" + integrity sha512-xDAl5S85cRVGeUxpjX/+5lyVFNHHArXN18NQnfzCLxxiVxtC2sKENuLE4J0kjAlD5lEp+IXVqfd3iGQfo99tkA== "@react-native-community/netinfo@8.1.0": version "8.1.0"