diff --git a/README.md b/README.md index cdd9cda7..03c87e13 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,19 @@ project(':react-native-documentscanner-android').projectDir = new File(rootProje include ':openCVLibrary310' project(':openCVLibrary310').projectDir = new File(rootProject.projectDir,'../node_modules/react-native-documentscanner-android/android/openCVLibrary310') ``` + #### In android/app/src/main/AndroidManifest.xml + Change manifest header to avoid "Manifest merger error". After you add `xmlns:tools="http://schemas.android.com/tools"` should look like this: + ``` + + ``` + Add `tools:replace="android:allowBackup"` in + ``` + Add Camera permissions request: + ``` + + ``` ### Usage @@ -109,4 +122,4 @@ The images are saved in `Documents` folder. Inspired in android project - https://github.com/ctodobom/OpenNoteScanner -- https://github.com/Michaelvilleneuve/react-native-document-scanner \ No newline at end of file +- https://github.com/Michaelvilleneuve/react-native-document-scanner