react-native-scan-doc icon indicating copy to clipboard operation
react-native-scan-doc copied to clipboard

A document scanner that automatically trims the edge with perspective transform

Results 4 react-native-scan-doc issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I've added `"react-native-scan-doc": "git+https://[email protected]/beast/react-native-scan-doc.git"` and `npm install` the package; I both tried manual and linking installation and it fail at compiling, it might something stupid to you but I'm...

I try to install react-native-scan-doc but i can't. npm ERR! code E404 npm ERR! 404 Not Found: react-native-scan-doc@latest npm ERR! A complete log of this run can be found in:...

Does scanning and cropping of paper edges work on iOS?

I've tried to build the example, but get the following build error: ``` /Users/georg/Downloads/react-native-scan-doc/example/android/app/src/main/java/com/example/MainApplication.java:57: error: cannot find symbol scanDocPackage.onActivityCreated(myactivity); ^ symbol: method onActivityCreated(Activity) location: variable scanDocPackage of type RNScanDocPackage 1...