Skip to content

Commit

Permalink
fix ios location issue (#25024)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisnojima committed May 31, 2022
1 parent e1b6615 commit 5a95446
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions shared/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions shared/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]":
version "8.1.0"
Expand Down

0 comments on commit 5a95446

Please sign in to comment.