Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout issues with iPhone X #95

Open
brunolemos opened this issue Apr 21, 2018 · 1 comment
Open

Layout issues with iPhone X #95

brunolemos opened this issue Apr 21, 2018 · 1 comment

Comments

@brunolemos
Copy link

brunolemos commented Apr 21, 2018

The content is visible behind the top bar:

image

Related: https://stackoverflow.com/q/49431656/2228575

@n1ru4l
Copy link

n1ru4l commented Dec 12, 2018

As a workaround you can show/hide the status bar:

https://facebook.github.io/react-native/docs/statusbar

// show safari view
StatusBar.setHidden(false)

// when safari view is hidden
StatusBar.setHidden(true)
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants