Preserve mobile microphone usage description
Keep the iOS microphone usage string in Expo config after prebuild plugin resolution.
This commit is contained in:
parent
fc1ea1a536
commit
52096f07e8
|
|
@ -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
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue