Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# React Native Image Code Scanner

<p align="center">
Expand Down Expand Up @@ -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
<key>NSPhotoLibraryUsageDescription</key>
<string>This app needs access to photo library to select images for barcode scanning</string>
<key>NSCameraUsageDescription</key>
<string>This app needs camera access to scan barcodes</string>
```
Expand Down