re-init amplify

This commit is contained in:
heyethereum
2024-07-07 20:21:32 +08:00
parent 47d1867cab
commit 9d7fe48e98
77 changed files with 5040 additions and 349 deletions

View File

@@ -4,8 +4,8 @@
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
@@ -13,15 +13,15 @@
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"axios": "^1.7.2",
"expo": "~51.0.11",
"expo-camera": "~15.0.10",
"expo": "~51.0.17",
"expo-camera": "~15.0.13",
"expo-image-manipulator": "^12.0.5",
"expo-image-picker": "~15.0.5",
"expo-image-picker": "~15.0.7",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native": "^0.74.3",
"react-native-qrcode-svg": "^6.3.1",
"react-native-safe-area-context": "^4.10.4"
"react-native-safe-area-context": "^4.10.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",