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

@ -49,6 +49,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