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
+1 -1
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
}
],