first attempt at graph
This commit is contained in:
parent
79405f318d
commit
ab2ef25615
6 changed files with 250 additions and 36 deletions
|
|
@ -20,6 +20,7 @@
|
|||
"dependencies": {
|
||||
"@expo/vector-icons": "^13.0.0",
|
||||
"@react-native-async-storage/async-storage": "1.18.2",
|
||||
"@react-native-community/datetimepicker": "7.2.0",
|
||||
"@react-navigation/native": "^6.0.2",
|
||||
"expo": "~49.0.15",
|
||||
"expo-font": "~11.4.0",
|
||||
|
|
@ -35,14 +36,14 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-native": "0.72.6",
|
||||
"react-native-calendars": "^1.1303.0",
|
||||
"react-native-chart-kit": "^6.12.0",
|
||||
"react-native-gesture-handler": "~2.12.0",
|
||||
"react-native-reanimated": "^3.3.0",
|
||||
"react-native-safe-area-context": "4.6.3",
|
||||
"react-native-screens": "~3.22.0",
|
||||
"react-native-uuid": "^2.0.1",
|
||||
"react-native-web": "~0.19.6",
|
||||
"reanimated-color-picker": "^2.4.2",
|
||||
"@react-native-community/datetimepicker": "7.2.0"
|
||||
"reanimated-color-picker": "^2.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
|
|
|||
Reference in a new issue