react-native-document-scanner-plugin
react-native-document-scanner-plugin copied to clipboard
After upgrading to version 1.0.0 package stopped working on Android
Hi, I have upgraded the package to version 1.0.0, but after doing so it stopped working on my Android device. First, after the package update the App completely crashed with this error so I had to fix that. Then after taking a picture and confirming it just returns to the screen before the scanner has started. DocumentScanner.scanDocument() doesn't return anything - no scannedImages, no status, no error - nothing. It doesn't even get to the second log. On iOS however it works as it used to without any noticeable issues.
Code:
App: "react-native": "0.64.4", "react-native-document-scanner-plugin": "1.0.0",
Devices: Samsung A41 Android 12 Samsung A52s Android 14
I don't have much experience with RN development so I am a bit puzzled what I may be doing wrong. Initially the package worked just fine out-of-the-box. Thanks in advance for your insights!