Skip to content

Commit

Permalink
fix #150 - problem with native apps
Browse files Browse the repository at this point in the history
  • Loading branch information
sodik82 committed Mar 3, 2019
1 parent fedc8b7 commit c72a8c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions examples/.expo/packager-info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"devToolsPort": 19002,
"expoServerPort": 19000,
"packagerPort": 19001,
"packagerPid": 13589,
"expoServerNgrokUrl": "https://w3-vvy.anonymous.examples.exp.direct",
"packagerNgrokUrl": "https://packager.w3-vvy.anonymous.examples.exp.direct",
"ngrokPid": 13636
"expoServerPort": null,
"packagerPort": null,
"packagerPid": null,
"expoServerNgrokUrl": null,
"packagerNgrokUrl": null,
"ngrokPid": null
}
2 changes: 1 addition & 1 deletion src/MenuPlaceholder.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ const styles = StyleSheet.create({
left: 0,
right: 0,
bottom: 0,
overflowY: 'hidden',
overflow: 'hidden',
},
});

0 comments on commit c72a8c7

Please sign in to comment.