Fix dependency peer warnings and align package versions for Expo Doctor compatibility

This commit is contained in:
2026-05-25 17:39:28 +02:00
parent 872e1ffc86
commit 5341649abe
4 changed files with 43 additions and 17 deletions
+13 -2
View File
@@ -20,7 +20,13 @@
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"android.permission.INTERNET",
"android.permission.ACCESS_NETWORK_STATE"
"android.permission.ACCESS_NETWORK_STATE",
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.READ_MEDIA_VISUAL_USER_SELECTED",
"android.permission.READ_MEDIA_IMAGES",
"android.permission.READ_MEDIA_VIDEO",
"android.permission.READ_MEDIA_AUDIO"
]
},
"plugins": [
@@ -49,6 +55,11 @@
],
"./plugins/withKioskAdmin",
"./plugins/withUsbCamera"
]
],
"extra": {
"eas": {
"projectId": "f91d18df-f545-4e0c-a7c7-3f87abbb4b1a"
}
}
}
}