diff options
| author | MohamedBassem <me@mbassem.com> | 2024-12-28 17:58:55 +0200 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-12-28 17:59:51 +0200 |
| commit | 74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e (patch) | |
| tree | b7b629e970113be9868f6990d8a8aba224318f86 /apps/mobile/app.json | |
| parent | cc708a4d567098ff32f2c4020a450daff7bb2067 (diff) | |
| download | karakeep-74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e.tar.zst | |
fix(mobile): Mark the camera explicitly as not required in android manifest. Fixed #755.
Diffstat (limited to 'apps/mobile/app.json')
| -rw-r--r-- | apps/mobile/app.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |
