Skip to content

Commit 6c630ad

Browse files
update to v2.6.1012
1 parent acfaefe commit 6c630ad

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.1002",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1012",
1616
"react": "18.3.1",
1717
"react-native": "0.75.2",
1818
"react-native-fs": "^2.20.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.1002",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1012",
1616
"dynamsoft-mrz-react-native": "^3.4.200-alpha.2",
1717
"react": "18.3.1",
1818
"react-native": "0.75.2",

ScanSingleBarcode/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.1002",
15+
"dynamsoft-capture-vision-react-native": "^2.6.1012",
1616
"react": "18.3.1",
1717
"react-native": "0.75.2",
1818
"react-native-safe-area-context": "4.11.0",

barcode-reader-integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9")
128128
>Note:
129129
>
130130
>- The license string here grants a time-limited free trial which requires network connection to work.
131-
>- 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){:target="_blank"} link.
131+
>- 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.
132132
133133
### Request Camera Permission
134134

document-scanner-integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ LicenseManager.initLicense("your-license-key")
8888
>Note:
8989
>
9090
>- The license string here grants a time-limited free trial which requires network connection to work.
91-
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dcv&utm_source=guide&package=mobile){:target="_blank"} link.
91+
>- You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=dcv&utm_source=guide&package=mobile) link.
9292
9393
## Request Camera Permission
9494

mrz-scanner-integration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ LicenseManager.initLicense("your-license-key")
124124
>Note:
125125
>
126126
>- The license string here grants a time-limited free trial which requires network connection to work.
127-
>- 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=guide&package=mobile){:target="_blank"} link.
127+
>- 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=guide&package=mobile) link.
128128
129129
## Request Camera Permission
130130

0 commit comments

Comments
 (0)