Skip to content

Commit 9510d31

Browse files
Update App.js
1 parent a941473 commit 9510d31

File tree

1 file changed

+1
-1
lines changed
  • BarcodeReaderSimpleSample

1 file changed

+1
-1
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=installer&package=react_native
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
1212
await DCVBarcodeReader.initLicense(
1313
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMTIwMDkzNiIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAxIn0=',
1414
).catch(e => {

0 commit comments

Comments
 (0)