re-init amplify
This commit is contained in:
14
package.json
14
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user