Skip to content

Commit

Permalink
chore: Add expo-camera plugin to app.json for camera and microphone a…
Browse files Browse the repository at this point in the history
…ccess
  • Loading branch information
IZUMI-Zu committed Jul 29, 2024
1 parent 36c3485 commit e60cb8b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
"projectId": "d0ddea88-9be6-46db-8aa5-ea6d80cef527"
}
},
"plugins": [
[
"expo-camera",
{
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
"recordAudioAndroid": true
}
]
],
"owner": "zzbs"
}
}

0 comments on commit e60cb8b

Please sign in to comment.