-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Top margin not working on some android devices on expo (pixel 4a) #265
Comments
I can take this task @dannyhw |
Hey @jorgeruvalcaba are you still looking at this? |
Hey @dannyhw, sorry; I've been absent here the last few months. But yeah, I'm still looking at it. |
I think this is no longer valid: I think maybe we can just ignore the And, since on Android the |
I haven't been able to finish with this, feel free to open a PR @wilkuintheair |
Well there were actually changes around safe area in this project so this would need to be tested again. |
@wilkuintheair the problem is that atleast at the time of creating the issue this would only happen on expo so adding the extra padding on android always would cause issues on android (non expo) |
Is this still an issue? |
@fabioatcorreia yeah think this is outdated, thanks for checking 🙏 |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
yarn android
Expected behavior
Top margin should make all of the preview visible
Screenshots
Code snippets
changing the app.tsx to the following is a workaround
The text was updated successfully, but these errors were encountered: