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
314 stars 134 forks source link

Dropdown Menu offset #144

Closed andrehadianto closed 4 months ago

andrehadianto commented 1 year ago

The menu offset is different for different platform

image

Would be great if there is a prop for menuOffset as well. Additionally, placement would be great.

AdelRedaa97 commented 1 year ago

It's about android's StatusBar try to use this prop in Dropdown <SelectDropdown statusBarTranslucent={true}

or make <StatusBar translucent={false} />

derickdecesare commented 1 year ago

It's about android's StatusBar try to use this prop in Dropdown <SelectDropdown statusBarTranslucent={true}

or make <StatusBar translucent={false} />

Thank you this worked! 👍

OzgunOzdemir commented 6 months ago

It's about android's StatusBar try to use this prop in Dropdown <SelectDropdown statusBarTranslucent={true}

or make <StatusBar translucent={false} />

Thanks. It worked for me 🎉