aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ios/Frontend/Info.plist6
-rw-r--r--ios/Podfile.lock12
-rw-r--r--package.json1
-rw-r--r--yarn.lock7
4 files changed, 26 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
diff --git a/package.json b/package.json
index 300eec0c..eebb8837 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
"react-moment": "^1.0.0",
"react-native": "0.63.3",
"react-native-animatable": "^1.3.3",
+ "react-native-camera": "^3.44.1",
"react-native-confirmation-code-field": "^6.5.0",
"react-native-contacts": "^6.0.4",
"react-native-controlled-mentions": "^2.2.5",
diff --git a/yarn.lock b/yarn.lock
index 4e31b01a..a0ac5baf 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6372,6 +6372,13 @@ react-native-animatable@^1.3.3:
dependencies:
prop-types "^15.7.2"
+react-native-camera@^3.44.1:
+ version "3.44.1"
+ resolved "https://registry.yarnpkg.com/react-native-camera/-/react-native-camera-3.44.1.tgz#60e7d60fe778c1fc59d0579b64c63c3c1a59865a"
+ integrity sha512-B95RL3laK2v8R7L/37v28MYcEcwsM/mS94h6EZuRMLH5HFolkAwh7zJo+UAn7FG9eFtAdBwIM6s9OqYudTVO4Q==
+ dependencies:
+ prop-types "^15.6.2"
+
react-native-confirmation-code-field@^6.5.0:
version "6.7.0"
resolved "https://registry.yarnpkg.com/react-native-confirmation-code-field/-/react-native-confirmation-code-field-6.7.0.tgz#81f5e646898addb3243cf89d41d884b0762ae962"