diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 2703dee95..e064d94b9 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -865,7 +865,7 @@ SPEC CHECKSUMS: RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39 RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333 RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81 - RNPermissions: 6a94aa98b9c319da27af37f95ff2f915abfc497b + RNPermissions: c5eafcb7dc107815baf0f4c795410c653eb9635a RNQrGenerator: 90461ba3ca88c1d38ef73da50fade35d9648215d RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c diff --git a/package.json b/package.json index 3beb365a8..d7e178489 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0-beta.24", "private": false, "scripts": { - "setup-android": "yarn add -D https://github.com/sodium-friends/react-native-libsodium#6fbfee572fdfde7e7eec7a1956951d106b342145", + "setup-android": "yarn add -D github:sodium-friends/react-native-libsodium#6fbfee572fdfde7e7eec7a1956951d106b342145", "android": "react-native run-android", "setup-ios": "yarn add -D react-native-libsodium@0.7.0", "ios": "react-native run-ios --simulator='iPhone 14'", @@ -79,7 +79,7 @@ "lodash.isequal": "^4.5.0", "lodash.throttle": "^4.1.1", "lottie-react-native": "^5.1.5", - "nodejs-mobile-react-native": "https://github.com/Shopify/nodejs-mobile-react-native", + "nodejs-mobile-react-native": "github:Shopify/nodejs-mobile-react-native#a74b13a8f92b39805611c3458e453e57e5abe98f", "process": "^0.11.10", "protobufjs": "^6.11.2", "random-access-web-storage": "^2.0.0", @@ -203,10 +203,7 @@ }, "reactNativePermissionsIOS": [ "Camera", - "Contacts", "FaceID", - "LocationWhenInUse", - "MediaLibrary", "Notifications", "PhotoLibrary" ], diff --git a/yarn.lock b/yarn.lock index fcae32199..de5af7584 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9028,9 +9028,9 @@ nodejs-mobile-gyp@^0.3.1: tar "^4.4.8" which "1" -"nodejs-mobile-react-native@https://github.com/Shopify/nodejs-mobile-react-native": +"nodejs-mobile-react-native@github:Shopify/nodejs-mobile-react-native#a74b13a8f92b39805611c3458e453e57e5abe98f": version "0.8.1" - resolved "https://github.com/Shopify/nodejs-mobile-react-native#a74b13a8f92b39805611c3458e453e57e5abe98f" + resolved "https://codeload.github.com/Shopify/nodejs-mobile-react-native/tar.gz/a74b13a8f92b39805611c3458e453e57e5abe98f" dependencies: mkdirp "^0.5.1" ncp "^2.0.0"