Minimum scanning app with UI

This commit is contained in:
2024-06-07 13:30:44 +08:00
parent 8df78b8f8c
commit 9d878640c0
3 changed files with 513 additions and 184 deletions

View File

@@ -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
}