react-native-okaycam 1.2.6 → 1.2.8
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/README.md
CHANGED
|
@@ -104,8 +104,7 @@ const license = Platform.select({
|
|
|
104
104
|
|instruction <sup>**New**</sup> |title|Instruction's title on camera caputre screen|""(empty string)|
|
|
105
105
|
|instruction <sup>**New**</sup> |refImage1|Instruction's reference image 1|null|
|
|
106
106
|
|instruction <sup>**New**</sup> |refImage2|Instruction's reference image 2|null|
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
|-|showPreviewInstruction|Show or hide preview instruction for captured photos|false|
|
|
109
108
|
|
|
110
109
|
## Usage
|
|
111
110
|
```
|
|
@@ -179,6 +178,7 @@ captureDocument(
|
|
|
179
178
|
img: require('./images/ref.png'),
|
|
180
179
|
},
|
|
181
180
|
},
|
|
181
|
+
showPreviewInstruction: false,
|
|
182
182
|
}
|
|
183
183
|
)
|
|
184
184
|
.then(result => {
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
#
|
|
1
|
+
#Fri Jan 05 16:34:25 BDT 2024
|
|
2
2
|
gradle.version=6.8
|
package/android/build.gradle
CHANGED
|
@@ -39,7 +39,7 @@ repositories {
|
|
|
39
39
|
|
|
40
40
|
dependencies {
|
|
41
41
|
implementation 'com.facebook.react:react-native:+'
|
|
42
|
-
implementation('com.innov8tif.okaycam:OkayCam:1.2.
|
|
42
|
+
implementation('com.innov8tif.okaycam:OkayCam:1.2.6@aar') {
|
|
43
43
|
transitive = true
|
|
44
44
|
}
|
|
45
45
|
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
|