Udate: form validation success
Showing
... | ... | @@ -11,6 +11,7 @@ |
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-community/masked-view": "0.1.10", | ||
"@react-navigation/drawer": "^5.12.5", | ||
"@react-navigation/material-bottom-tabs": "^6.0.5", | ||
"@react-navigation/native": "^5.9.4", | ||
"@react-navigation/stack": "^5.14.5", | ||
"axios": "^0.21.4", | ||
... | ... | @@ -23,12 +24,15 @@ |
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz", | ||
"react-native-gesture-handler": "^1.10.3", | ||
"react-native-image-slideshow": "^1.0.1", | ||
"react-native-paper": "^4.9.2", | ||
"react-native-reanimated": "~2.1.0", | ||
"react-native-safe-area-context": "3.2.0", | ||
"react-native-screens": "~3.0.0", | ||
"react-native-vector-icons": "^8.1.0", | ||
"react-native-web": "~0.13.12", | ||
"react-navigation": "^4.4.4", | ||
"react-navigation-drawer": "^2.7.1" | ||
"react-navigation-drawer": "^2.7.1", | ||
"yup": "^0.32.9" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0" | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment