Skip to content

Commit 4cc1284

Browse files
Update App.js
1 parent 4b699d0 commit 4cc1284

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
@@ -10,7 +10,7 @@ import {DCVBarcodeReader} from 'dynamsoft-capture-vision-react-native';
1010
// The license string here is a time-limited trial license. Note that network connection is required for this license to work.
1111
// 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(
13-
'DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMTIwMDkzNiIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAxIn0=',
13+
'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9',
1414
).catch(e => {
1515
console.log(e);
1616
});

0 commit comments

Comments
 (0)