react-native-document-scanner-plugin icon indicating copy to clipboard operation
react-native-document-scanner-plugin copied to clipboard

ERROR [Error: Document scanning is not supported on this device] on IOS

Open alexbennycodes opened this issue 8 months ago • 1 comments

i was trying to run this in IOS but when i try to run this it gives an error

 const { scannedImages, status } = await DocumentScanner.scanDocument({
        croppedImageQuality: 50,
      });

ERROR [Error: Document scanning is not supported on this device]

I have added the line <key>NSCameraUsageDescription</key> in info.plist also

IOS: 17.0

alexbennycodes avatar Jun 21 '24 10:06 alexbennycodes