An open API service indexing awesome lists of open source software.

https://github.com/rhdeck/react-native-microphone-ios-enable

Activates access to microphone for React Native apps by adding the privacy text
https://github.com/rhdeck/react-native-microphone-ios-enable

Last synced: 12 months ago
JSON representation

Activates access to microphone for React Native apps by adding the privacy text

Awesome Lists containing this project

README

          

# react-native-microphone-ios-enable

Adds security message to allow use of the microphone without requiring XCode intervention

# Usage

```bash
yarn add react-native-microphone-ios-enable
```

**Note** 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!"
}
```