Skip to content

Commit 6bd76aa

Browse files
committed
expo sdk 25-> 31
1 parent bf1d84a commit 6bd76aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Demonstrates integration of the Detox gray box end-to-end testing library with Expo",
55
"slug": "with-detox-tests",
66
"privacy": "unlisted",
7-
"sdkVersion": "25.0.0",
7+
"sdkVersion": "31.0.0",
88
"version": "1.0.0",
99
"orientation": "portrait"
1010
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"e2e": "detox test --configuration ios.sim"
1010
},
1111
"dependencies": {
12-
"expo": "^25.0.0",
13-
"react": "16.2.0",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-25.0.0.tar.gz"
12+
"expo": "^31.0.4",
13+
"react": "16.5.0",
14+
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz"
1515
},
1616
"devDependencies": {
1717
"babel-polyfill": "^6.26.0",

0 commit comments

Comments
 (0)