Open bhavinatharva opened 7 months ago
Here my code is ...
<DropDown selectedTextStyle={{ ...styles.selectedTextStyle, ...selectedTextStyle }} selectedText={selectedText} titleStyle={{ ...styles.titleStyle, ...titleStyle }} title={title} onClick={item => onClickItem(item)} placeHolder={placeHolder} data={data} containerStyle={{ ...styles.containerStyle, ...containerStyle }} dropDownStyle={{ ...styles.dropDownStyle, ...dropDownStyle }} itemTextStyle={{ ...styles.itemTextStyle, ...itemTextStyle }} />
Here is my view
is there any customisation to make dropdown below to component
Can you share containerStyle, dropDownStyle, itemTextStyle too.
Yes but I have update with another drop down package so its difficult to share
It was just the styling issue from your end in dropdownStyle.
Here my code is ...
Here is my view
is there any customisation to make dropdown below to component