Skip to content

Commit 9af591f

Browse files
committed
Update example
1 parent a4d2a52 commit 9af591f

File tree

3 files changed

+824
-1416
lines changed

3 files changed

+824
-1416
lines changed

example/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "react-native-grid-component-example",
44
"slug": "react-native-grid-component-example",
55
"privacy": "public",
6-
"sdkVersion": "32.0.0",
6+
"sdkVersion": "35.0.0",
77
"platforms": ["ios", "android"],
88
"version": "1.0.0",
99
"orientation": "portrait",

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"eject": "expo eject"
88
},
99
"dependencies": {
10-
"expo": "^32.0.0",
11-
"react": "16.5.0",
12-
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
13-
"react-native-grid-component": "^1.1.0"
10+
"expo": "^35.0.0",
11+
"react": "16.8.3",
12+
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
13+
"react-native-grid-component": "^2.0.1"
1414
},
1515
"devDependencies": {
16-
"babel-preset-expo": "^5.0.0"
16+
"babel-preset-expo": "^7.0.0"
1717
},
1818
"private": true
1919
}

0 commit comments

Comments
 (0)