AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Move the dropdown Y up 25 pixels on Android only #89

Closed ocielliottc closed 1 year ago

ocielliottc commented 2 years ago

When the user taps on the SelectDropdown object, the rows of selectable items are displayed 25 pixels below the object. Subtract the offset from the Y value when on Android only.

I have tested this change on my device and emulators of varying sizes. It's always 25 pixels.

mrfrigerio commented 1 year ago

Just activating the statusBarTranslucent option solves the problem.