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

@@ -14,7 +14,6 @@
"react-router-native": "5.1.2"
},
"devDependencies": {
"@babel/core": "7.9.0",
"babel-preset-expo": "8.1.0"
"@babel/core": "7.9.0"
}
}