Skip to content

Commit a32f566

Browse files
update to v2.6.1016
1 parent 26237cf commit a32f566

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

DetectAndDeskewDocument/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@react-navigation/native": "6.1.18",
1414
"@react-navigation/native-stack": "6.11.0",
15-
"dynamsoft-capture-vision-react-native": "^2.6.1014",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1016",
1616
"react": "18.3.1",
1717
"react-native": "0.75.2",
1818
"react-native-fs": "^2.20.0",

ReadDriverLicense/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@react-navigation/native": "6.1.18",
1414
"@react-navigation/native-stack": "6.11.0",
15-
"dynamsoft-capture-vision-react-native": "^2.6.1014",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1016",
1616
"react": "18.3.1",
1717
"react-native": "0.75.2",
1818
"react-native-safe-area-context": "4.11.0",

ScanBarcodes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@react-navigation/native": "6.1.18",
1414
"@react-navigation/native-stack": "6.11.0",
15-
"dynamsoft-capture-vision-react-native": "^2.6.1014",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1016",
1616
"react": "18.3.1",
1717
"react-native": "0.75.2",
1818
"react-native-safe-area-context": "4.11.0",

ScanMRZ/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@react-navigation/native": "6.1.18",
1414
"@react-navigation/native-stack": "6.11.0",
15-
"dynamsoft-capture-vision-react-native": "^2.6.1014",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1016",
1616
"dynamsoft-mrz-react-native": "^3.4.200",
1717
"react": "18.3.1",
1818
"react-native": "0.75.2",

mrz-scanner-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ function App(): React.JSX.Element {
151151
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&utm_source=github&package=mobile) link.
152152
153153
### MRZ Scan Result And MRZ Data
154-
Also see it in the [MRZScanResult](./APIReferences/interfaces/rtu.MRZScanResult.html)
155-
and [MRZData](./APIReferences/interfaces/rtu.MRZData.html) section of API References.
154+
Also see it in the [MRZScanResult](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZScanResult.html)
155+
and [MRZData](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZData.html) section of API References.
156156

157157
`MRZScanResult` structure:
158158
- resultStatus: The status of the MRZ scan result, of type `EnumResultStatus`.
@@ -178,7 +178,7 @@ and [MRZData](./APIReferences/interfaces/rtu.MRZData.html) section of API Refer
178178

179179

180180
### (Optional)Change the MRZScanConfig to meet your needs
181-
Also see it in the [MRZScanConfig](./APIReferences/interfaces/rtu.MRZScanConfig.html) section of API References.
181+
Also see it in the [MRZScanConfig](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.MRZScanConfig.html) section of API References.
182182
```typescript jsx
183183
import {MRZScanConfig, EnumDocumentType} from 'dynamsoft-capture-vision-react-native';
184184

ready-to-use-barcode-scanner-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function App(): React.JSX.Element {
122122
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=guide&package=mobile) link.
123123
124124
### Barcode Scan Result
125-
Also see it in the [BarcodeScanResult](./APIReferences/interfaces/rtu.BarcodeScanResult.html) section of API References.
125+
Also see it in the [BarcodeScanResult](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.BarcodeScanResult.html) section of API References.
126126

127127
`BarcodeScanResult` structure:
128128
- resultStatus: The status of the barcode result, of type `EnumResultStatus`.
@@ -134,7 +134,7 @@ Also see it in the [BarcodeScanResult](./APIReferences/interfaces/rtu.BarcodeSca
134134
- barcodes: An array of `BarcodeResultItem`.
135135

136136
### (Optional) Change the BarcodeScanConfig to meet your needs
137-
Also see it in the [BarcodeScanConfig](./APIReferences/interfaces/rtu.BarcodeScanConfig.html) section of API References.
137+
Also see it in the [BarcodeScanConfig](https://dynamsoft.github.io/capture-vision-react-native-samples/APIReferences/interfaces/rtu.BarcodeScanConfig.html) section of API References.
138138
```typescript jsx
139139
import {BarcodeScanConfig, EnumBarcodeFormat} from 'dynamsoft-capture-vision-react-native';
140140

0 commit comments

Comments
 (0)