We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a927c3 commit ec73c3fCopy full SHA for ec73c3f
README.md
@@ -49,6 +49,13 @@ class testApp extends Component {
49
...
50
}
51
```
52
+
53
+### iOS
54
55
+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:
56
57
+ NSMicrophoneUsageDescription
58
+ NSPhotoLibraryUsageDescription
59
60
## License
61
0 commit comments