rn-document-scanner-vision 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +2 -1
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -58,7 +58,8 @@ android {
|
|
|
58
58
|
dependencies {
|
|
59
59
|
// Use compileOnly for react-android to avoid bundling React Native
|
|
60
60
|
// The host app will provide the React Native runtime
|
|
61
|
-
compileOnly 'com.facebook.react:react-android'
|
|
61
|
+
// compileOnly 'com.facebook.react:react-android'
|
|
62
|
+
implementation("com.facebook.react:react-android:+")
|
|
62
63
|
|
|
63
64
|
implementation "androidx.appcompat:appcompat:1.7.0"
|
|
64
65
|
implementation "com.websitebeaver:documentscanner:1.3.4"
|
package/package.json
CHANGED