Minimum scanning app with UI
This commit is contained in:
14
package.json
14
package.json
@@ -9,16 +9,22 @@
|
||||
"web": "expo start --web"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "~51.0.10",
|
||||
"@expo/vector-icons": "^14.0.2",
|
||||
"@react-navigation/bottom-tabs": "^6.5.20",
|
||||
"@react-navigation/native": "^6.1.17",
|
||||
"expo": "~51.0.11",
|
||||
"expo-camera": "~15.0.10",
|
||||
"expo-status-bar": "~1.12.1",
|
||||
"react": "18.2.0",
|
||||
"react-native": "0.74.1",
|
||||
"expo-camera": "~15.0.10"
|
||||
"react-native": "0.74.2",
|
||||
"react-native-safe-area-context": "^4.10.4",
|
||||
"react-native-screens": "^3.31.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@types/react": "~18.2.45",
|
||||
"typescript": "^5.1.3"
|
||||
"@types/react-native": "^0.73.0",
|
||||
"typescript": "~5.3.3"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user