-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Fix iOS11 safeArea effects on scrollView #1858
Comments
fixed in #1859 |
implement in v2 |
it's not working on iOS10 while building with Xcode9, though it works on iOS11. See this: facebook/react-native#15957 |
@gran33 @DanielZlotin |
So the current solution is a bug. This forces the users to specify magic numbers in their code, instead of letting the system do it's thing. |
Fixed in v2. Will back-port to v1. |
Issue Description
There is a margin under the top bar that shouldn't be there.
Related to iOS11 and react-native issue:
facebook/react-native#15681
Steps to Reproduce / Code Snippets / Screenshots
Running any app with screen contains any scroll view, when push then pop, the back screen comes from the bottom.
Environment
The text was updated successfully, but these errors were encountered: