We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedc8b7 commit c72a8c7Copy full SHA for c72a8c7
examples/.expo/packager-info.json
@@ -1,9 +1,9 @@
1
{
2
"devToolsPort": 19002,
3
- "expoServerPort": 19000,
4
- "packagerPort": 19001,
5
- "packagerPid": 13589,
6
- "expoServerNgrokUrl": "https://w3-vvy.anonymous.examples.exp.direct",
7
- "packagerNgrokUrl": "https://packager.w3-vvy.anonymous.examples.exp.direct",
8
- "ngrokPid": 13636
+ "expoServerPort": null,
+ "packagerPort": null,
+ "packagerPid": null,
+ "expoServerNgrokUrl": null,
+ "packagerNgrokUrl": null,
+ "ngrokPid": null
9
}
src/MenuPlaceholder.js
@@ -43,6 +43,6 @@ const styles = StyleSheet.create({
43
left: 0,
44
right: 0,
45
bottom: 0,
46
- overflowY: 'hidden',
+ overflow: 'hidden',
47
},
48
});
0 commit comments