Skip to content

Commit ec73c3f

Browse files
committed
Add permissions to usage in README
1 parent 1a927c3 commit ec73c3f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ class testApp extends Component {
4949
...
5050
}
5151
```
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
5259

5360
## License
5461

0 commit comments

Comments
 (0)