Skip to content

Commit

Permalink
Merge pull request #47 from andreluisjunqueira/feature/upgrade-module
Browse files Browse the repository at this point in the history
Fix libs implementation
  • Loading branch information
andreluisjunqueira authored Sep 30, 2021
2 parents fe43b63 + 08827a6 commit a8f34e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import DocumentScannerAndroid from "react-native-documentscanner-android";

// ...

<DocumentScannerAndroidView
<DocumentScannerAndroid
style={{flex: 1}}
onPictureTaken={(document) => console.log(document.path)}
onProcessing={(data) => console.log(data.processing)}
Expand Down Expand Up @@ -104,4 +104,4 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the

## License

MIT
MIT
11 changes: 0 additions & 11 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,5 @@ dependencies {
implementation 'com.github.ctodobom:OpenCV-3.1.0-Android:-SNAPSHOT'
implementation 'com.google.zxing:core:3.0.1'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'us.feras.mdv:markdownview:1.1.0'
implementation 'org.piwik.sdk:piwik-sdk:0.0.4'
}

/**
* implementation "com.android.support:appcompat-v7:28.0.0"
implementation "com.facebook.react:react-native:0.19.+"
implementation 'com.google.zxing:core:3.0.1'
implementation 'com.android.support:design:28.0.0'
implementation 'org.piwik.sdk:piwik-sdk:0.0.4'
implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'
implementation 'us.feras.mdv:markdownview:1.1.0'
*/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-document-scanner-android",
"version": "2.0.0",
"name": "react-native-documentscanner-android",
"version": "2.0.2",
"description": "React native package to auto scan documents",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit a8f34e2

Please sign in to comment.