rn-document-scanner-vision 1.0.3 → 1.0.5

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.
@@ -57,8 +57,8 @@ android {
57
57
 
58
58
  dependencies {
59
59
  // Use compileOnly for react-android to avoid bundling React Native
60
- // The host app will provide the React Native runtime
61
- compileOnly 'com.facebook.react:react-android'
60
+ // The host app will provide the React Native runtime at build time
61
+ compileOnly "com.facebook.react:react-android:+"
62
62
 
63
63
  implementation "androidx.appcompat:appcompat:1.7.0"
64
64
  implementation "com.websitebeaver:documentscanner:1.3.4"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-document-scanner-vision",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "A React Native library for scanning documents on iOS and Android",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",