UNPKG

@duocvo/react-native-select-dropdown

Version:

This package was forked from https://github.com/AdelRedaa97/react-native-select-dropdown. Allow multiple select dropdown with search and custom styles.

7 lines (6 loc) 172 B
export const getDropdownHeight = (dropdownStyle, maxHeight) => { if (dropdownStyle && dropdownStyle.height) { return dropdownStyle.height; } return maxHeight; };