AugustoPinheiro / RN-react-native-document-scanner

Document scanner with border detection, perspective correction and custom crop/resize
55 stars 18 forks source link

Cant able to Run project #2

Closed gowtham171 closed 3 years ago

gowtham171 commented 3 years ago

Task :app:compileDebugJavaWithJavac FAILED

C:\Users\Gowtham.C\Downloads\New folder (4)\RN-react-native-document-scanner-main\android\app\src\main\java\com\example\MainApplication.java:7: error: package com.ubidreams.RNDocumentScanner does not exist import com.ubidreams.RNDocumentScanner.RNDocumentScannerPackage; ^ C:\Users\Gowtham.C\Downloads\New folder (4)\RN-react-native-document-scanner-main\android\app\src\main\java\com\example\MainApplication.java:30: error: cannot find symbol new RNDocumentScannerPackage(), ^ symbol: class RNDocumentScannerPackage 2 errors

FAILURE: Build failed with an exception.

AugustoPinheiro commented 3 years ago

Please make sure your installation order is the same as the following.

Mostly automatic installation

$ react-native link react-native-document-scanner

AugustoPinheiro commented 3 years ago

What specifications of the dependencies on your computer?

tech247gb commented 2 years ago

Same error after following the steps