Added image picker and cleaned up main and job list screens.

This commit is contained in:
Patrick Fic
2021-02-09 23:12:52 -08:00
parent 2437808c33
commit 29bd2bc03e
29 changed files with 703 additions and 114 deletions

View File

@@ -35,6 +35,7 @@
"formik": "^2.2.5",
"graphql": "^15.4.0",
"i18next": "^19.8.4",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"native-base": "^2.13.15",
"react": "16.13.1",
@@ -45,6 +46,7 @@
"react-native-gesture-handler": "~1.8.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-indicators": "^0.17.0",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "~1.13.0",
"react-native-screens": "~2.15.0",
"react-native-web": "~0.13.12",
@@ -55,7 +57,8 @@
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sentry-expo": "^3.0.4",
"subscriptions-transport-ws": "^0.9.18"
"subscriptions-transport-ws": "^0.9.18",
"expo-images-picker": "https://github.com/snaptsoft/expo-images-picker/"
},
"devDependencies": {
"@babel/core": "^7.12.13",