Skip to content

Commit a941473

Browse files
Update App.js
1 parent 798c865 commit a941473

File tree

1 file changed

+3
-1
lines changed
  • BarcodeReaderSimpleSample

1 file changed

+3
-1
lines changed

BarcodeReaderSimpleSample/App.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ import BarcodeScanner from './BarcodeScanner';
66
import {DCVBarcodeReader} from 'dynamsoft-capture-vision-react-native';
77

88
(async () => {
9-
// Initialize the license so that you can use full feature of the Barcode Reader module.
9+
// Initialize license for the Barcode Decoding module of Dynamsoft Capture Vision.
10+
// 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
1012
await DCVBarcodeReader.initLicense(
1113
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMTIwMDkzNiIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAxIn0=',
1214
).catch(e => {

0 commit comments

Comments
 (0)