Changed image viewer and added mobile feature check.

This commit is contained in:
Patrick Fic
2022-06-20 16:53:13 -07:00
parent 67312c1847
commit 49b77315ba
13 changed files with 406 additions and 395 deletions

View File

@@ -18,7 +18,8 @@
"dependencies": {
"@apollo/client": "^3.7.0-alpha.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@georstat/react-native-image-gallery": "^1.1.0",
"@react-native-async-storage/async-storage": "~1.17.6",
"@react-native-community/art": "^1.2.0",
"@react-native-community/cli-debugger-ui": "^7.0.3",
"@react-native-community/masked-view": "^0.1.11",
@@ -29,7 +30,7 @@
"axios": "^0.27.2",
"cloudinary-core": "^2.12.3",
"dinero.js": "^1.9.1",
"expo": "^45.0.0",
"expo": "^45.0.5",
"expo-app-loading": "~2.0.0",
"expo-av": "~11.2.3",
"expo-camera": "~12.2.0",
@@ -38,17 +39,17 @@
"expo-firebase-analytics": "~7.0.0",
"expo-font": "~10.1.0",
"expo-image-manipulator": "~10.3.1",
"expo-images-picker": "^2.2.5",
"expo-images-picker": "^2.4.1",
"expo-localization": "~13.0.0",
"expo-media-library": "~14.1.0",
"expo-permissions": "~13.2.0",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.1",
"expo-updates": "~0.13.2",
"expo-video-thumbnails": "~6.3.0",
"firebase": "^9.8.1",
"firebase": "^9.8.3",
"formik": "^2.2.9",
"graphql": "^15.4.0",
"i18next": "^21.6.13",
"i18next": "^21.8.10",
"intl": "^1.2.5",
"lodash": "^4.17.20",
"luxon": "^2.3.1",
@@ -57,7 +58,7 @@
"normalize-url": "^7.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.15.5",
"react-i18next": "^11.17.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-image-gallery": "^2.1.5",
@@ -76,8 +77,8 @@
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.1.5",
"sentry-expo": "^4.0.0",
"reselect": "^4.1.6",
"sentry-expo": "^4.2.0",
"subscriptions-transport-ws": "^0.9.18"
},
"devDependencies": {