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
971 stars 295 forks source link

[IOS] Dropdown height issue #586

Closed RutvinBhanderi closed 1 year ago

RutvinBhanderi commented 1 year ago

If I decrease the height of container below 50px it is not decreasing.

smohit02 commented 1 year ago

This is still an issue. Why was the issue closed?

@RutvinBhanderi

rahul-techwondoe commented 1 year ago

This is still an issue. Why was the issue closed?

@RutvinBhanderi

@smohit02 This worked for me

https://github.com/hossein-zare/react-native-dropdown-picker/issues/549#issuecomment-1122798528

codewithali9 commented 1 year ago
style={{
  minHeight: 30,  // whatever height you want
}}