Add permissions to usage in README

This commit is contained in:
Yousef Hamza 2016-10-17 18:03:04 +02:00
parent 1a927c3cb3
commit ec73c3fb68

View File

@ -50,6 +50,13 @@ class testApp extends Component {
}
```
### iOS
If your app doesn't already access the microphone or photo library, you'll need to add the following 2 keys to your app's info.plist file:
NSMicrophoneUsageDescription
NSPhotoLibraryUsageDescription
## License
This software is released under <a href="https://opensource.org/licenses/mit-license.php">MIT License</a>.