danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

How to increase height of dropdown #59

Closed SmitaGoel closed 1 year ago

SmitaGoel commented 1 year ago

maxHeight prop doesn't seem to work. I need to increase the height to make dropdown consistent with other dropdowns on screen. image image

danish1658 commented 1 year ago

You don't need to pass maxHeight prop, as it controls height of dropdown, you can directly pass your height styles to boxStyles

SmitaGoel commented 1 year ago

Thank you for your swift response!