캘린더 디비 연결 전
DetailInfo.js
0 → 100644
... | ... | @@ -14,6 +14,7 @@ |
"@react-navigation/bottom-tabs": "^5.11.11", | ||
"@react-navigation/native": "^5.9.4", | ||
"@react-navigation/stack": "^5.14.5", | ||
"formik": "^2.2.9", | ||
"react": "17.0.1", | ||
"react-native": "0.64.2", | ||
"react-native-elements": "^3.4.2", | ||
... | ... | @@ -22,7 +23,8 @@ |
"react-native-safe-area-context": "^3.2.0", | ||
"react-native-screens": "^3.4.0", | ||
"react-native-sqlite-storage": "^5.0.0", | ||
"react-native-vector-icons": "^8.1.0" | ||
"react-native-vector-icons": "^8.1.0", | ||
"yup": "^0.32.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.9", | ||
... | ... |
Please register or sign in to comment