Fix dependency peer warnings and align package versions for Expo Doctor compatibility
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user