mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
Add permissions to usage in README
This commit is contained in:
parent
1a927c3cb3
commit
ec73c3fb68
@ -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>.
|
||||
|
Loading…
x
Reference in New Issue
Block a user