From 74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 28 Dec 2024 17:58:55 +0200 Subject: fix(mobile): Mark the camera explicitly as not required in android manifest. Fixed #755. --- apps/mobile/app.json | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/mobile/app.json') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 4772c25b..87db856f 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -51,6 +51,7 @@ "versionCode": 20 }, "plugins": [ + "./plugins/camera-not-required.js", "expo-router", [ "expo-share-intent", -- cgit v1.2.3-70-g09d2