Use babel/core with babel-preset-expo in expo

This commit is contained in:
Evan Bacon
2020-05-12 17:01:36 -07:00
parent 26f66b0462
commit 5ee768ee35
23 changed files with 55 additions and 67 deletions

View File

@@ -9,7 +9,7 @@
"serve:web": "gatsby serve"
},
"dependencies": {
"expo": "^35.0.0",
"expo": "^37.0.7",
"gatsby": "^2.17.6",
"gatsby-image": "^2.2.30",
"gatsby-plugin-manifest": "^2.2.25",
@@ -25,14 +25,14 @@
"react": "16.8.3",
"react-dom": "16.8.3",
"react-helmet": "^5.2.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "^0.11.7",
"react-native-web-hooks": "^1.0.2"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^7.1.0",
"typescript": "^3.6.3"
},
"private": true