Skip to content

Commit

Permalink
fix: remove Contacts, LocationWhenInUse and MediaLibrary iOS permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Apr 25, 2023
1 parent 57970e7 commit 749dcfd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
RNLocalize: d4b8af4e442d4bcca54e68fc687a2129b4d71a81
RNPermissions: 6a94aa98b9c319da27af37f95ff2f915abfc497b
RNPermissions: c5eafcb7dc107815baf0f4c795410c653eb9635a
RNQrGenerator: 90461ba3ca88c1d38ef73da50fade35d9648215d
RNRate: ef3bcff84f39bb1d1e41c5593d3eea4aab2bd73a
RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -203,10 +203,7 @@
},
"reactNativePermissionsIOS": [
"Camera",
"Contacts",
"FaceID",
"LocationWhenInUse",
"MediaLibrary",
"Notifications",
"PhotoLibrary"
],
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 749dcfd

Please sign in to comment.