Implement client profile UI layout, download and view PDF functionality
... | ... | @@ -29,6 +29,7 @@ |
"react-native": "0.63.4", | ||
"react-native-dotenv": "^2.5.5", | ||
"react-native-elements": "^3.3.2", | ||
"react-native-fs": "^2.18.0", | ||
"react-native-fullwidth-image": "^0.1.3", | ||
"react-native-gesture-handler": "^1.10.3", | ||
"react-native-reanimated": "^2.0.0", | ||
... | ... | @@ -37,6 +38,7 @@ |
"react-native-snap-carousel": "^3.9.1", | ||
"react-native-toast-message": "^1.4.9", | ||
"react-native-vector-icons": "^8.1.0", | ||
"react-native-webview": "^11.4.4", | ||
"yup": "^0.32.9" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment