Skip to content

Commit ef45117

Browse files
Updated to v1.1.4
Updated: the dependency of dynamsoft-capture-vision-react-native to v1.1.4 and updated the public trial key
1 parent f112133 commit ef45117

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
@@ -9,7 +9,7 @@ function HomeScreen({navigation}) {
99
(async () => {
1010
// Initialize the license so that you can use full feature of the Barcode Reader module.
1111
try {
12-
await DynamsoftBarcodeReader.initLicense('DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9');
12+
await DynamsoftBarcodeReader.initLicense('DLS2eyJoYW5kc2hha2VDb2RlIjoiMjAwMDAxLTEwMTIwMDkzNiIsIm9yZ2FuaXphdGlvbklEIjoiMjAwMDAxIn0=');
1313
} catch (e) {
1414
console.log(e);
1515
}

BarcodeReaderSimpleSample/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.0.10",
1414
"@react-navigation/native-stack": "^6.6.2",
15-
"dynamsoft-capture-vision-react-native": "^1.1.2",
15+
"dynamsoft-capture-vision-react-native": "^1.1.4",
1616
"react": "17.0.2",
1717
"react-native": "0.67.2",
1818
"react-native-safe-area-context": "^4.2.5",

0 commit comments

Comments
 (0)