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

app crashing when scanning a document on Android

Open Samide47 opened this issue 11 months ago • 3 comments

this is the function that scans document and set a state with response from DocumentScanner class : it works as expected on IOS but app crash on Android

  const scanDocument = async (): Promise<void> => {
    const { scannedImages } = await DocumentScanner.scanDocument({
      maxNumDocuments: 1,
      responseType: ResponseType.Base64,
    })
 

    if (scannedImages) {
      setScannedImage(scannedImages)
    }
  }

react native info :

OS: macOS 12.7.6 CPU: (4) x64 Intel(R) Core(TM) i5-5287U CPU @ 2.90GHz Memory: 41.41 MB / 8.00 GB Shell: version: 5.8.1 path: /bin/zsh Binaries: Node: version: 20.12.2 path: /usr/local/bin/node Yarn: version: 3.6.4 path: /usr/local/bin/yarn npm: version: 10.5.0 path: /usr/local/bin/npm Watchman: Not Found Managers: CocoaPods: version: 1.15.2 path: /usr/local/bin/pod SDKs: iOS SDK: Platforms: - DriverKit 22.2 - iOS 16.2 - macOS 13.1 - tvOS 16.1 - watchOS 9.1 Android SDK: Not Found IDEs: Android Studio: 2024.2 AI-242.23339.11.2421.12700392 Xcode: version: 14.2/14C18 path: /usr/bin/xcodebuild Languages: Java: version: 17.0.11 path: /usr/bin/javac Ruby: version: 3.2.2 path: /Users/devtime/.rvm/rubies/ruby-3.2.2/bin/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.74.4 wanted: 0.74.4 react-native-macos: Not Found npmGlobalPackages: "react-native": Not Found Android: hermesEnabled: true newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false

package version : "react-native-document-scanner-plugin": "^1.0.1",

Samide47 avatar Feb 07 '25 10:02 Samide47

+1

brunnosena avatar Mar 28 '25 15:03 brunnosena

face same issues in multiple devices while app was on production

ayush-105192219 avatar Oct 16 '25 08:10 ayush-105192219

I'm also facing same issue

rahulrajsbkk avatar Nov 06 '25 07:11 rahulrajsbkk