Skip to content

Commit fbf3c62

Browse files
Update readme
1 parent e093a2e commit fbf3c62

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ If you want to use Cocoapods insteads of `react-native link`, add the following
3636
pod 'RNPdfScanner', :path => '../node_modules/react-native-document-scanner/ios'
3737
```
3838

39-
### Android
39+
### Android Only
4040

41-
#### IMPORTANT - Go to folder app/settings.gradle and add
42-
43-
```java
44-
include ':react-native-document-scanner'
45-
project(':react-native-document-scanner').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-document-scanner/android')
46-
```
47-
48-
#### Link Open CV Library
41+
If you do not have it already in your project, you must link openCV in your `settings.gradle` file
4942

5043
```java
5144
include ':openCVLibrary310'

0 commit comments

Comments
 (0)