From 7525bdc0f8d1efa29dfc3be2b7aae080999a30f5 Mon Sep 17 00:00:00 2001 From: Sergei Date: Sat, 17 Jan 2026 18:38:48 -0800 Subject: [PATCH] Add NSPhotoLibraryUsageDescription and NSCameraUsageDescription, bump to 1.0.2 --- app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"