Base functionality with SDK44.
This commit is contained in:
59
package.json
59
package.json
@@ -14,9 +14,9 @@
|
||||
"build:android:test": "expo build:android --release-channel test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.3.19",
|
||||
"@expo/vector-icons": "^12.0.0",
|
||||
"@react-native-async-storage/async-storage": "~1.15.0",
|
||||
"@apollo/client": "^3.7.0-alpha.3",
|
||||
"@expo/vector-icons": "^13.0.0",
|
||||
"@react-native-async-storage/async-storage": "~1.17.3",
|
||||
"@react-native-community/art": "^1.2.0",
|
||||
"@react-native-community/masked-view": "^0.1.11",
|
||||
"@react-navigation/bottom-tabs": "^6.2.0",
|
||||
@@ -26,23 +26,23 @@
|
||||
"axios": "^0.21.0",
|
||||
"cloudinary-core": "^2.12.3",
|
||||
"dinero.js": "^1.9.1",
|
||||
"expo": "^44.0.6",
|
||||
"expo-app-loading": "~1.3.0",
|
||||
"expo-av": "~10.2.1",
|
||||
"expo-camera": "~12.1.2",
|
||||
"expo-device": "~4.1.1",
|
||||
"expo-file-system": "~13.1.4",
|
||||
"expo-firebase-analytics": "~6.0.1",
|
||||
"expo-font": "~10.0.5",
|
||||
"expo-image-manipulator": "~10.2.0",
|
||||
"expo": "^45.0.0",
|
||||
"expo-app-loading": "~2.0.0",
|
||||
"expo-av": "~11.2.3",
|
||||
"expo-camera": "~12.2.0",
|
||||
"expo-device": "~4.2.0",
|
||||
"expo-file-system": "~14.0.0",
|
||||
"expo-firebase-analytics": "~7.0.0",
|
||||
"expo-font": "~10.1.0",
|
||||
"expo-image-manipulator": "~10.3.1",
|
||||
"expo-images-picker": "^2.2.5",
|
||||
"expo-localization": "~12.0.1",
|
||||
"expo-media-library": "~14.0.1",
|
||||
"expo-permissions": "~13.1.1",
|
||||
"expo-status-bar": "~1.2.0",
|
||||
"expo-updates": "~0.11.7",
|
||||
"expo-video-thumbnails": "~6.1.0",
|
||||
"firebase": "8.2.3",
|
||||
"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-video-thumbnails": "~6.3.0",
|
||||
"firebase": "^9.8.1",
|
||||
"formik": "^2.2.9",
|
||||
"graphql": "^15.4.0",
|
||||
"i18next": "^21.6.13",
|
||||
@@ -51,20 +51,21 @@
|
||||
"luxon": "^2.3.1",
|
||||
"moment": "^2.29.1",
|
||||
"normalize-url": "^7.0.3",
|
||||
"react": "17.0.1",
|
||||
"react-dom": "17.0.1",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-i18next": "^11.15.5",
|
||||
"react-native": "0.64.3",
|
||||
"react-native-gesture-handler": "~2.1.0",
|
||||
"react-native": "0.68.1",
|
||||
"react-native-gesture-handler": "~2.2.1",
|
||||
"react-native-image-gallery": "^2.1.5",
|
||||
"react-native-indicators": "^0.17.0",
|
||||
"react-native-pager-view": "5.4.9",
|
||||
"react-native-pager-view": "5.4.15",
|
||||
"react-native-paper": "^4.11.2",
|
||||
"react-native-progress": "^5.0.0",
|
||||
"react-native-reanimated": "~2.3.1",
|
||||
"react-native-safe-area-context": "3.3.2",
|
||||
"react-native-screens": "~3.10.1",
|
||||
"react-native-reanimated": "~2.8.0",
|
||||
"react-native-safe-area-context": "4.2.4",
|
||||
"react-native-screens": "~3.11.1",
|
||||
"react-native-tab-view": "3.1.1",
|
||||
"react-native-toast-message": "^2.1.5",
|
||||
"react-native-web": "0.17.7",
|
||||
"react-redux": "^7.2.6",
|
||||
"redux": "^4.1.2",
|
||||
@@ -72,12 +73,12 @@
|
||||
"redux-persist": "^6.0.0",
|
||||
"redux-saga": "^1.1.3",
|
||||
"reselect": "^4.1.5",
|
||||
"sentry-expo": "^4.1.0",
|
||||
"sentry-expo": "^4.0.0",
|
||||
"subscriptions-transport-ws": "^0.9.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.9",
|
||||
"babel-preset-expo": "9.0.1",
|
||||
"babel-preset-expo": "~9.1.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-native": "^3.11.0"
|
||||
|
||||
Reference in New Issue
Block a user