mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-30 18:32:50 +08:00
Use babel/core with babel-preset-expo in expo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user