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 => {
@@ -1,2 +1,2 @@
1
- #Tue Nov 14 18:03:21 BDT 2023
1
+ #Fri Jan 05 16:34:25 BDT 2024
2
2
  gradle.version=6.8
@@ -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.4@aar') {
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'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-okaycam",
3
3
  "title": "React Native OkayCam",
4
- "version": "1.2.6",
4
+ "version": "1.2.8",
5
5
  "description": "React-Native version of OkayCam",
6
6
  "main": "index.ts",
7
7
  "files": [