File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
BarcodeReaderSimpleSample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments