Skip to content

Commit

Permalink
Merge pull request andreluisjunqueira#22 from cosmarc/patch-1
Browse files Browse the repository at this point in the history
Add missing installation instruction
  • Loading branch information
andreluisjunqueira authored Mar 28, 2019
2 parents c7e5486 + 228a09b commit 382ed90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ project(':react-native-documentscanner-android').projectDir = new File(rootProje
```java
include ':openCVLibrary310'
project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-documentscanner-android/android/openCVLibrary310')
```
#### Add this to android/app/build.gradle (dependencies section)
```
implementation project(':react-native-documentscanner-android')
```

### Usage
Expand Down

0 comments on commit 382ed90

Please sign in to comment.