sohobloo / react-native-modal-dropdown

A react-native dropdown/picker/selector component for both Android & iOS.
MIT License
1.19k stars 478 forks source link

Migrate ListView to FlatList (#1) #221

Closed amirulabu closed 5 years ago

amirulabu commented 5 years ago

v0.4.2

By using a fixed height for the Dropdown module, you get an ugly list when the number of items is small, since the end of the list is empty. By changing it to height to maxHeight, RN can easily reduce the size if the list is too small.

Change default value of scrollEnabled remove _renderSeparator function

added back several prop from scrollview remove renderSeperator