Upgrade to Expo SDK 38

This commit is contained in:
Evan Bacon
2020-06-25 12:56:53 -07:00
parent 34363ff50a
commit 12b3497199
31 changed files with 183 additions and 181 deletions

View File

@@ -1,10 +1,10 @@
{
"dependencies": {
"expo": "37.0.7",
"expo": "~38.0.0",
"expo-postpublish-slack-notify": "1.2.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-web": "0.11.7"
},
"devDependencies": {