aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/package.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-12-28 17:58:55 +0200
committerMohamedBassem <me@mbassem.com>2024-12-28 17:59:51 +0200
commit74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e (patch)
treeb7b629e970113be9868f6990d8a8aba224318f86 /apps/mobile/package.json
parentcc708a4d567098ff32f2c4020a450daff7bb2067 (diff)
downloadkarakeep-74962d3bab7e43d4fd5fd2d045b4f9b3e975b64e.tar.zst
fix(mobile): Mark the camera explicitly as not required in android manifest. Fixed #755.
Diffstat (limited to 'apps/mobile/package.json')
-rw-r--r--apps/mobile/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/mobile/package.json b/apps/mobile/package.json
index 5d4b6089..6f21820c 100644
--- a/apps/mobile/package.json
+++ b/apps/mobile/package.json
@@ -79,7 +79,8 @@
"ignorePatterns": [
"expo-plugins/**",
"ios/**",
- "android/**"
+ "android/**",
+ "plugins/**"
]
},
"prettier": "@hoarder/prettier-config"