diff --git a/README.md b/README.md index ca5e8a6..612ec0b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # React Native Image Code Scanner

@@ -49,9 +51,11 @@ yarn add react-native-image-code-scanner cd ios && pod install ``` -If your app picks images from camera, add to `Info.plist`: +If your app picks images from the camera roll or camera, add to `Info.plist`: ```xml +NSPhotoLibraryUsageDescription +This app needs access to photo library to select images for barcode scanning NSCameraUsageDescription This app needs camera access to scan barcodes ```