From ec73c3fb6819bf349427c6d0556e2ace42cd1f50 Mon Sep 17 00:00:00 2001 From: Yousef Hamza Date: Mon, 17 Oct 2016 18:03:04 +0200 Subject: [PATCH] Add permissions to usage in README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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