Skip to content

Commit e8d585e

Browse files
committed
Upgrade expo SDK
1 parent e7e761f commit e8d585e

File tree

3 files changed

+195
-603
lines changed

3 files changed

+195
-603
lines changed

example/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"name": "example",
44
"slug": "example",
55
"privacy": "public",
6-
"sdkVersion": "36.0.0",
76
"platforms": [
87
"ios",
98
"android",

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^36.0.0",
11+
"expo": "^37.0.0",
1212
"react": "16.9.0",
1313
"react-dom": "16.9.0",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
14+
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
1515
"react-native-web": "^0.11.7"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^16.8.23",
19-
"@types/react-native": "^0.57.65",
20-
"babel-preset-expo": "^7.1.0",
21-
"typescript": "^3.6.3"
18+
"@types/react": "^16.9.11",
19+
"@types/react-native": "^0.60.22",
20+
"babel-preset-expo": "^8.1.0",
21+
"typescript": "^3.8.3"
2222
},
2323
"private": true
2424
}

0 commit comments

Comments
 (0)