diff --git a/README.md b/README.md index af2303a..41f2cc3 100644 --- a/README.md +++ b/README.md @@ -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