countdown in group
Showing
- app/_layout.js 12 additions, 16 deletionsapp/_layout.js
- app/createGroup.js 39 additions, 34 deletionsapp/createGroup.js
- app/group.js 231 additions, 11 deletionsapp/group.js
- app/profile.js 13 additions, 14 deletionsapp/profile.js
- package-lock.json 89 additions, 9 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
... | ... | @@ -10,6 +10,7 @@ |
}, | ||
"dependencies": { | ||
"@expo/webpack-config": "^19.0.0", | ||
"@react-navigation/bottom-tabs": "^6.5.11", | ||
"expo": "^49.0.16", | ||
"expo-clipboard": "~4.3.1", | ||
"expo-constants": "~14.4.2", | ||
... | ... | @@ -23,9 +24,11 @@ |
"react-native": "0.72.5", | ||
"react-native-chart-kit": "^6.12.0", | ||
"react-native-gesture-handler": "~2.12.0", | ||
"react-native-modal-datetime-picker": "^17.1.0", | ||
"react-native-reanimated": "~3.3.0", | ||
"react-native-safe-area-context": "4.6.3", | ||
"react-native-screens": "~3.22.0", | ||
"react-native-scrollable-tab-view": "^1.0.0", | ||
"react-native-svg": "^13.14.0", | ||
"react-native-web": "~0.19.6" | ||
}, | ||
... | ... |
Please register or sign in to comment