Skip to content

Commit cbd661f

Browse files
committed
update expo app configuration
1 parent 2d70dbb commit cbd661f

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

expoDemo/.expo-shared/assets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

expoDemo/.expo/packager-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"devToolsPort": 19003,
2+
"devToolsPort": 19002,
33
"expoServerPort": null,
44
"packagerPort": null,
55
"packagerPid": null,

expoDemo/app.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
{
2-
"name": "expoDemo",
3-
"displayName": "expoDemo",
2+
"name": "react-native-ui-lib",
3+
"displayName": "rnuilib Demo",
44
"expo": {
5-
"name": "expoDemo",
6-
"slug": "expoDemo",
7-
"privacy": "unlisted",
5+
"name": "rnuilib",
6+
"slug": "rnuilib",
7+
"privacy": "public",
8+
"icon": "https://user-images.githubusercontent.com/1780255/76164954-b97b3880-615b-11ea-85b9-209ac7932d89.png",
89
"sdkVersion": "36.0.0",
910
"version": "1.0.0",
1011
"entryPoint": "index.js",
1112
"packagerOpts": {
1213
"projectRoot": "."
1314
},
14-
"platforms": ["ios", "android", "web"]
15+
"platforms": ["ios", "android", "web"],
16+
"description": "Demo project show case for react-native-ui-lib components",
17+
"githubUrl": "https://github.com/wix/react-native-ui-lib"
1518
}
1619
}

0 commit comments

Comments
 (0)