Skip to content

Commit bf2f307

Browse files
author
Kashish Grover
committed
update expo
1 parent 59dc935 commit bf2f307

File tree

4 files changed

+1465
-955
lines changed

4 files changed

+1465
-955
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/**/*
22
.expo/*
33
npm-debug.*
4+
*.log

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A rather simple boilerplate with some alleged React Native best practices. ",
55
"slug": "react-native-workshop",
66
"privacy": "public",
7-
"sdkVersion": "28.0.0",
7+
"sdkVersion": "32.0.0",
88
"platforms": [
99
"ios",
1010
"android"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"main": "node_modules/expo/AppEntry.js",
33
"private": true,
44
"dependencies": {
5-
"expo": "^28.0.0",
5+
"expo": "^32.0.0",
66
"lodash": "^4.17.10",
7-
"react": "16.3.1",
8-
"react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz",
7+
"react": "16.5.0",
8+
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
99
"react-native-vector-icons": "^4.6.0",
1010
"react-navigation": "^2.5.5"
1111
},

0 commit comments

Comments
 (0)