andreluisjunqueira / react-native-document-scanner-android

Document scanner android, feature live detection, auto-capture, perspective correction :vibration_mode: :camera: -- :trophy:
MIT License
82 stars 32 forks source link

org.opencv.DocumentScannerPackage #38

Open hardik-dev92 opened 4 years ago

hardik-dev92 commented 4 years ago

could not get DocumentScannerPackage from opencv library Screenshot 2019-12-19 at 11 46 02 AM

nisargrthakkar commented 4 years ago

any update, getting same issue

Ahmad5448 commented 4 years ago

any update ??

andreluisjunqueira commented 4 years ago

I think it could be related to 0.61 RN version, this package is not updated to use AndroidX, I recomend to exclude this package from jetify by seting:

create a file react-native.config.js and paste it:

module.exports = {
  dependencies: {
    'react-native-documentscanner-android': {
      platforms: {
        android: null, // disable Android platform, other platforms will still autolink if provided
      },
    }
  }
};
andreluisjunqueira commented 4 years ago

i'm not having time to fix the issues in this package. So helps are welcome.