Preserve mobile microphone usage description

Keep the iOS microphone usage string in Expo config after prebuild plugin resolution.
This commit is contained in:
Jinwoo Hong 2026-05-27 01:25:16 -04:00 committed by GitHub
parent fc1ea1a536
commit 52096f07e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"expo-camera",
{
"cameraPermission": "Allow Orca to use the camera for QR code scanning.",
"microphonePermission": false,
"microphonePermission": "Allow Orca to use your microphone for voice dictation sent to your paired desktop for transcription.",
"recordAudioAndroid": false
}
],