diff --git a/app.json b/app.json index 3a8ad33..16b1c8b 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "WellNuo", "slug": "WellNuo", - "version": "1.0.1", + "version": "1.0.2", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "wellnuo", @@ -17,6 +17,8 @@ "ITSAppUsesNonExemptEncryption": false, "NSMicrophoneUsageDescription": "WellNuo needs access to your microphone for voice commands.", "NSSpeechRecognitionUsageDescription": "WellNuo uses speech recognition to convert your voice to text.", + "NSPhotoLibraryUsageDescription": "WellNuo may need access to your photo library to share images.", + "NSCameraUsageDescription": "WellNuo may need access to your camera for video calls.", "UIBackgroundModes": [ "audio", "voip"