Added Expo Upgrades, **VERSION NOT TESTED**
This commit is contained in:
3965
package-lock.json
generated
3965
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@@ -9,34 +9,34 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.2.5",
|
||||
"@react-native-community/async-storage": "^1.12.1",
|
||||
"@react-native-community/async-storage": "~1.12.0",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-navigation/bottom-tabs": "^5.10.7",
|
||||
"@react-navigation/drawer": "^5.10.7",
|
||||
"@react-navigation/native": "^5.8.7",
|
||||
"@react-navigation/stack": "^5.12.4",
|
||||
"dinero.js": "^1.8.1",
|
||||
"expo": "^38.0.10",
|
||||
"expo-camera": "~8.3.1",
|
||||
"expo-file-system": "~9.0.1",
|
||||
"expo-font": "~8.2.1",
|
||||
"expo-localization": "~8.2.1",
|
||||
"expo-status-bar": "^1.0.2",
|
||||
"firebase": "^7.24.0",
|
||||
"expo": "^39.0.4",
|
||||
"expo-camera": "~9.0.0",
|
||||
"expo-file-system": "~9.2.0",
|
||||
"expo-font": "~8.3.0",
|
||||
"expo-localization": "~9.0.0",
|
||||
"expo-status-bar": "~1.0.2",
|
||||
"firebase": "7.9.0",
|
||||
"formik": "^2.2.3",
|
||||
"graphql": "^15.4.0",
|
||||
"i18next": "^19.8.3",
|
||||
"native-base": "^2.13.14",
|
||||
"react": "~16.11.0",
|
||||
"react-dom": "~16.11.0",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"react-i18next": "^11.7.3",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
||||
"react-native-gesture-handler": "~1.6.0",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
|
||||
"react-native-gesture-handler": "~1.7.0",
|
||||
"react-native-indicators": "^0.17.0",
|
||||
"react-native-reanimated": "~1.9.0",
|
||||
"react-native-safe-area-context": "~3.0.7",
|
||||
"react-native-screens": "~2.9.0",
|
||||
"react-native-web": "~0.11.7",
|
||||
"react-native-reanimated": "~1.13.0",
|
||||
"react-native-safe-area-context": "3.1.4",
|
||||
"react-native-screens": "~2.10.1",
|
||||
"react-native-web": "~0.13.7",
|
||||
"react-redux": "^7.2.2",
|
||||
"redux": "^4.0.5",
|
||||
"redux-logger": "^3.0.6",
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.3",
|
||||
"babel-preset-expo": "^8.1.0"
|
||||
"babel-preset-expo": "^8.3.0"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user