hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
970 stars 294 forks source link

listItemContainerStyle missing keyword #666

Open GitKat opened 1 year ago

GitKat commented 1 year ago

Styling under Doc Page listItemContainer is missing Styles keyword Took me hours to figure out why I cannot change the list item hight.

Change listItemContainer to listItemContainerStyle from the docs page

Hope this will help someone. Regards