hoaphantn7604 / react-native-element-dropdown

A react-native dropdown component easy to customize for both iOS and Android.
MIT License
861 stars 154 forks source link

Remove padding from item containers #240

Open itaikta opened 6 months ago

itaikta commented 6 months ago

This instead can be set in the style given to the itemContainerStyle (it doesn't seem to override for me) It may also be worth checking to see other values in the hard coded styles that the module user can't change

vbuongiovanni commented 4 months ago

Can we get this approved and merged?? It would be a welcomed changed, given the fact that it would allow the height of the item container to be modified.

programmrz commented 4 months ago

While this would work, I'd suggest merging both the supplied style & the default one, to allow for an "overwrite"?

programmrz commented 3 weeks ago

any update on this?