0724 주간 캘린더 설치
MainScreen.js
0 → 100644
components/WeeklyCalendar.js
0 → 100644
| ... | ... | @@ -17,6 +17,8 @@ |
| "@react-navigation/stack": "^5.14.5", | ||
| "react": "17.0.1", | ||
| "react-native": "0.64.2", | ||
| "react-native-calendar-strip": "^2.2.4", | ||
| "react-native-chart-kit": "^6.11.0", | ||
| "react-native-elements": "^3.4.2", | ||
| "react-native-gesture-handler": "^1.10.3", | ||
| "react-native-modal-datetime-picker": "^10.0.0", | ||
| ... | ... | @@ -24,6 +26,7 @@ |
| "react-native-safe-area-context": "^3.2.0", | ||
| "react-native-screens": "^3.4.0", | ||
| "react-native-sqlite-storage": "^5.0.0", | ||
| "react-native-svg": "^12.1.1", | ||
| "react-native-vector-icons": "^8.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
Please register or sign in to comment