Skip to content

Commit f56f1ca

Browse files
committed
chore: upgrade expo version on example
1 parent 08770df commit f56f1ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"eject": "expo eject"
99
},
1010
"dependencies": {
11-
"expo": "^33.0.7",
12-
"react": "16.8.3",
13-
"react-dom": "^16.8.6",
14-
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
11+
"expo": "^38.0.8",
12+
"react": "16.13.1",
13+
"react-dom": "^16.13.1",
14+
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
1515
"react-native-input-spinner": "^1.2.13",
16-
"react-native-web": "^0.11.5"
16+
"react-native-web": "^0.13.1"
1717
},
1818
"prettier": {
1919
"tabWidth": 4,
@@ -28,7 +28,7 @@
2828
"insertPragma": false
2929
},
3030
"devDependencies": {
31-
"babel-preset-expo": "^5.1.1"
31+
"babel-preset-expo": "^8.2.3"
3232
},
3333
"private": true
3434
}

0 commit comments

Comments
 (0)