Dashboard layout init
Showing
This diff is collapsed.
... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
"@expo/vector-icons": "^12.0.0", | "@expo/vector-icons": "^12.0.0", | ||
"@react-navigation/native": "^6.0.6", | "@react-navigation/native": "^6.0.6", | ||
"@react-navigation/native-stack": "^6.2.5", | "@react-navigation/native-stack": "^6.2.5", | ||
"expo": "~44.0.0", | "expo": "^44.0.6", | ||
"expo-asset": "~8.4.6", | "expo-asset": "~8.4.6", | ||
"expo-font": "~10.0.4", | "expo-font": "~10.0.4", | ||
"expo-status-bar": "~1.2.0", | "expo-status-bar": "~1.2.0", | ||
... | @@ -25,7 +25,8 @@ | ... | @@ -25,7 +25,8 @@ |
"react-native-web": "0.17.1" | "react-native-web": "0.17.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.12.9" | "@babel/core": "^7.12.9", | ||
"prettier": "2.6.0" | |||
}, | }, | ||
"private": true | "private": true | ||
} | } |
Please register or sign in to comment