Skip to content

Commit c72a8c7

Browse files
committed
fix #150 - problem with native apps
1 parent fedc8b7 commit c72a8c7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/.expo/packager-info.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"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
3+
"expoServerPort": null,
4+
"packagerPort": null,
5+
"packagerPid": null,
6+
"expoServerNgrokUrl": null,
7+
"packagerNgrokUrl": null,
8+
"ngrokPid": null
99
}

src/MenuPlaceholder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ const styles = StyleSheet.create({
4343
left: 0,
4444
right: 0,
4545
bottom: 0,
46-
overflowY: 'hidden',
46+
overflow: 'hidden',
4747
},
4848
});

0 commit comments

Comments
 (0)