Skip to content

Commit fef1117

Browse files
committed
Update expo app
1 parent b7bfe5e commit fef1117

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

expoDemo/.expo/packager-info.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"expoServerPort": null,
44
"packagerPort": null,
55
"packagerPid": null,
6-
"expoServerNgrokUrl": null,
7-
"packagerNgrokUrl": null,
8-
"ngrokPid": null
6+
"expoServerNgrokUrl": "https://je-jj8.ethanshar.expodemo.exp.direct",
7+
"packagerNgrokUrl": "https://packager.je-jj8.ethanshar.expodemo.exp.direct",
8+
"ngrokPid": 31738
99
}

expoDemo/app.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"packagerOpts": {
1313
"projectRoot": "."
1414
},
15-
"platforms": ["ios", "android", "web"],
15+
"platforms": [
16+
"ios",
17+
"android",
18+
"web"
19+
],
1620
"description": "Demo project show case for react-native-ui-lib components",
1721
"githubUrl": "https://github.com/wix/react-native-ui-lib"
1822
}

expoDemo/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"@react-native-community/datetimepicker": "^2.2.2",
1313
"@react-native-community/masked-view": "^0.1.6",
1414
"@react-native-community/netinfo": "^4.6.0",
15+
"@react-native-community/picker": "^1.7.1",
1516
"@react-navigation/native": "^5.0.8",
1617
"@react-navigation/stack": "^5.1.0",
1718
"expo": "~36.0.0",

0 commit comments

Comments
 (0)