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 e2a836b commit b6fa5b1Copy full SHA for b6fa5b1
1 file changed
BarcodeReaderSimpleSample/package.json
@@ -10,15 +10,15 @@
10
"lint": "eslint ."
11
},
12
"dependencies": {
13
- "@react-navigation/native": "^6.0.10",
14
- "@react-navigation/native-stack": "^6.6.2",
+ "@react-navigation/native": "6.0.10",
+ "@react-navigation/native-stack": "6.6.2",
15
"dynamsoft-capture-vision-react-native": "^1.1.12",
16
"react": "17.0.2",
17
"react-native": "0.67.2",
18
- "react-native-image-picker": "^4.10.0",
19
- "react-native-safe-area-context": "^4.2.5",
20
- "react-native-screens": "^3.13.1",
21
- "react-native-vector-icons": "^9.2.0"
+ "react-native-image-picker": "4.10.0",
+ "react-native-safe-area-context": "4.2.5",
+ "react-native-screens": "3.13.1",
+ "react-native-vector-icons": "9.2.0"
22
23
"devDependencies": {
24
"@babel/core": "^7.12.9",
0 commit comments