Skip to content

Commit 4b699d0

Browse files
Updated trial request descriptions
1 parent ba52bff commit 4b699d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BarcodeReaderSimpleSample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {DCVBarcodeReader} from 'dynamsoft-capture-vision-react-native';
88
(async () => {
99
// Initialize license for the Barcode Decoding module of Dynamsoft Capture Vision.
1010
// The license string here is a time-limited trial license. Note that network connection is required for this license to work.
11-
// You can also request an extension for your trial license in the customer portal: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=samples&package=react_native
11+
// You can also request an extension for your trial license via the Request a Trial License link: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github&package=react_native&version=9
1212
await DCVBarcodeReader.initLicense(
1313
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMTIwMDkzNiIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAxIn0=',
1414
).catch(e => {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ npx react-native run-ios
8484
8585
## License
8686

87-
* You can also request an extension for your trial license in the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github)
87+
* 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=github&package=react_native&version=9) link.
8888

8989
## Contact
9090

0 commit comments

Comments
 (0)