fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
130 stars 74 forks source link

How to set the height of Dropdown Items' container #15

Closed jgudo closed 3 years ago

jgudo commented 3 years ago

Is it possible to set a height to the container of the dropdown's items? I've tried setting it on a SafeAreaView which wraps the DropDown components but the Dropdown ended up disappearing.

Screenshot_20210603-122342_Pelco I Meter Reading

fateh999 commented 3 years ago

There are new props in v1.0.3 dropDownStyle & dropDownItemStyle that can help with your case