-
Notifications
You must be signed in to change notification settings - Fork 79
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
Height does not get updated with aboveStatusBar={true} #3
Comments
I did some experiments and the overlay works when placed in a component with full screen height, but not otherwise:
Hope this helps! |
I switched from RN to native development for several other reasons, so I won't be able to check, sorry :-/. |
See #36 - we will be refactoring this soon to support Android/iOS and not have any issues here, there will no longer be the XCode integration needed |
I'll close this as it is not an issue for me anymore and I won't be able to check whether it's resolved anyway. Feel free to reopen if you disagree. :) |
For some reason the overlay is exactly 64px too small. If I manually set
bottom: -64px
in Overlay.ios.js, the overlay fills the screen, but otherwise it is not large enough. I checked the height of the UIView and it seemed to be correct -- so I suppose the error is somewhere in the JS. Maybe the view gets laid out before the UIView has the full height?The text was updated successfully, but these errors were encountered: