Skip to content

Commit 8e0ed32

Browse files
Added expo camera access.
1 parent ff4842b commit 8e0ed32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ module.exports = {
8888
},
8989
plugins: [
9090
withNotificationToolsReplace,
91+
[
92+
"expo-camera",
93+
{
94+
cameraPermission: "Allow $(PRODUCT_NAME) to access your camera",
95+
microphonePermission:
96+
"Allow $(PRODUCT_NAME) to access your microphone",
97+
recordAudioAndroid: true,
98+
},
99+
],
91100
"expo-router",
92101
[
93102
"expo-build-properties",

0 commit comments

Comments
 (0)