We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475a817 commit eb60e75Copy full SHA for eb60e75
BarcodeReaderSimpleSample/App.js
@@ -8,7 +8,7 @@ import {
8
Region,
9
EnumBarcodeFormat,
10
DBRRuntimeSettings
11
-} from 'henry-capture-vision-react-native';
+} from 'dynamsoft-capture-vision-react-native';
12
13
14
class App extends React.Component {
BarcodeReaderSimpleSample/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"react": "17.0.2",
"react-native": "0.65.0",
15
- "henry-capture-vision-react-native": "1.0.10"
+ "dynamsoft-capture-vision-react-native": "^1.0.0"
16
},
17
"devDependencies": {
18
"@babel/core": "^7.12.9",
0 commit comments