diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 03:23:33 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 03:23:33 -0700 |
commit | 3c4676b7646fbddc43bf5d9796b7cbac185b6664 (patch) | |
tree | 531873a904f8da173e3bebe4033ead4fdf7bac7b /ios | |
parent | 53bdc94cf0491e348b7d4ad61e51ce1844423773 (diff) |
Add package, install for camera lib
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Frontend/Info.plist | 6 | ||||
-rw-r--r-- | ios/Podfile.lock | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 0d75ca35..ecbdaf6b 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -56,6 +56,12 @@ <string>LaunchScreen</string> <key>NSPhotoLibraryUsageDescription</key> <string>This lets you share photos from your library and select profile displays</string> + <key>NSPhotoLibraryAddUsageDescription</key> + <string>This lets you save photos to your library</string> + <key>NSCameraUsageDescription</key> + <string>Your own description of the purpose</string> + <key>NSMicrophoneUsageDescription</key> + <string>Your own description of the purpose</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ba0f4456..ae9f5f83 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -329,6 +329,14 @@ PODS: - React-jsinspector (0.63.3) - react-native-blur (0.8.0): - React + - react-native-camera (3.44.1): + - React-Core + - react-native-camera/RCT (= 3.44.1) + - react-native-camera/RN (= 3.44.1) + - react-native-camera/RCT (3.44.1): + - React-Core + - react-native-camera/RN (3.44.1): + - React-Core - react-native-cameraroll (4.0.4): - React-Core - react-native-contacts (6.0.5): @@ -529,6 +537,7 @@ DEPENDENCIES: - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - "react-native-blur (from `../node_modules/@react-native-community/blur`)" + - react-native-camera (from `../node_modules/react-native-camera`) - "react-native-cameraroll (from `../node_modules/@react-native-community/cameraroll`)" - react-native-contacts (from `../node_modules/react-native-contacts`) - react-native-date-picker (from `../node_modules/react-native-date-picker`) @@ -632,6 +641,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native/ReactCommon/jsinspector" react-native-blur: :path: "../node_modules/@react-native-community/blur" + react-native-camera: + :path: "../node_modules/react-native-camera" react-native-cameraroll: :path: "../node_modules/@react-native-community/cameraroll" react-native-contacts: @@ -750,6 +761,7 @@ SPEC CHECKSUMS: React-jsiexecutor: b56c03e61c0dd5f5801255f2160a815f4a53d451 React-jsinspector: 8e68ffbfe23880d3ee9bafa8be2777f60b25cbe2 react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c + react-native-camera: 7bf59f2728ffb019fa25e60a225d2c57e1a8f0f6 react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2 react-native-contacts: 931baebf460125c5a7bbce1c4521a96c69795123 react-native-date-picker: 2dfef0fcb6c36d078bc62f5de3ca79eff7f42486 |