-
Notifications
You must be signed in to change notification settings - Fork 145
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
Android Dropdown gap #52
Comments
It's about android's StatusBar try to use this prop in Dropdown or make |
Thanks, adding |
You can add this prop |
Hi there @AdelRedaa97, unfortunately on Android devices with a top notch the Any Android device with a top notch has this issue (Pixel 4A, Samsung S10+, etc.). May be related to previous RN bugs: link |
already try use SafeAreaView? works fine for me here with statusBarTranslucent={true} inside the SafeAreaView |
Hi @AdelRedaa97, thanks for this great repo.
I have an issue on Android where the Dropdown displays a gap between the button and the dropdown items. I copy/pasted the exact code provided in the
demo1.js
file on a reproducible snack: linkiOS does not have this issue. Any help on this? Thanks.
The text was updated successfully, but these errors were encountered: