Integrate Dietela Quiz API, add cache storage and toast component
... | ... | @@ -12,10 +12,12 @@ |
"prettify": "prettier --write src" | ||
}, | ||
"dependencies": { | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-navigation/native": "^5.9.3", | ||
"@react-navigation/stack": "^5.14.3", | ||
"@testing-library/react-native": "^7.2.0", | ||
"axios": "^0.21.1", | ||
"formik": "^2.2.6", | ||
"react": "16.13.1", | ||
"react-native": "0.63.4", | ||
... | ... | @@ -25,6 +27,7 @@ |
"react-native-reanimated": "^2.0.0", | ||
"react-native-safe-area-context": "^3.2.0", | ||
"react-native-screens": "^2.18.1", | ||
"react-native-toast-message": "^1.4.9", | ||
"react-native-vector-icons": "^8.1.0", | ||
"yup": "^0.32.9" | ||
}, | ||
... | ... |
src/constants/cacheKeys.ts
0 → 100644
src/services/api.ts
0 → 100644