We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
React Native Environment Info: System: OS: Windows 10 CPU: x64 Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz Memory: 12.50 GB / 31.92 GB Binaries: Yarn: 1.9.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 5.6.0 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 3.1.0.0 AI-173.4819257
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
As you can see in this image, there seems to be double the bottom spacing. Or the app is not at 100% height.
This is only appearing on my phone: Xiaomi 8 on Android Orio 8.1
The spacing appears to be the same height as the menu down the bottom so it seems like it thinks the app is the full screen height.
This spacing is there when the app first loads (so on the splash screen as well.)
I think its to do with the hideable menu, as I have seen apps hide this menu, however I am not aware of how to do this.
This seems to be more of a device specific issue which I have not been able to reproduce on any emulators.
Xiaomi 8 Device
The text was updated successfully, but these errors were encountered:
Update gradle and target sdk 😊 Had same issue on my own Mi8, it will look the same on all 18/9 screens
Sorry, something went wrong.
Thanks @LasseSLambertsen Does this fix the issue after uprading ? Any chance your could let me know what versions of gradle and sdk you are using ? ❤️
Thanks @LasseSLambertsen. Upgrading the targetSdkVersion to 26 fixed the issue.
@markhomoki Good to hear, was not sure which one did the magic 😅
@kevupton Sorry, for never answering, completely forgot about the issue 😔
No branches or pull requests
Environment
React Native Environment Info:
System:
OS: Windows 10
CPU: x64 Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
Memory: 12.50 GB / 31.92 GB
Binaries:
Yarn: 1.9.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 5.6.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.1.0.0 AI-173.4819257
Description
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
As you can see in this image, there seems to be double the bottom spacing. Or the app is not at 100% height.
This is only appearing on my phone: Xiaomi 8 on Android Orio 8.1
The spacing appears to be the same height as the menu down the bottom so it seems like it thinks the app is the full screen height.
This spacing is there when the app first loads (so on the splash screen as well.)
I think its to do with the hideable menu, as I have seen apps hide this menu, however I am not aware of how to do this.
Reproducible Demo
This seems to be more of a device specific issue which I have not been able to reproduce on any emulators.
Xiaomi 8 Device
The text was updated successfully, but these errors were encountered: