react-native-microphone-ios-enable
v1.0.2
Published
Enable IOS Microphone by setting privacy text
Readme
react-native-microphone-ios-enable
Adds security message to allow use of the microphone without requiring XCode intervention
Usage
yarn add react-native-microphone-ios-enableNote You can determine the text for the camera permission message via the IOSMicrophonePrivacyText property of your package.json file. To set text, just set the value like so before adding the package. :
{
...
dependencies: {
...
},
IOSMicrophonePrivacyText: "Please let me use the camera!"
}