Native Multi Select Dropdown customize

0
Hi team,   i downloaded Native Multi Select Dropdown from marketplace. i want to change that dropdown styling in that document he mentioned like below but its not working for me.   Styling By default, the widget will apply the following styles: const defaultStyle = { container:{ backgroundColor: "white", padding: 16 }, dropdown: { height: 50, borderColor: "gray", borderWidth: 0.5, borderRadius: 8, paddingHorizontal: 8 }, placeholderStyle: { fontSize: 16, marginLeft: 5 }, selectedTextStyle: { fontSize: 16, marginLeft: 5 }, inputSearchStyle: { height: 40, fontSize: 16 } }; To customize the styling, you can create these classes in your native theme and override this default styles but calling the style header in appearance class tab.     i have to add 'defaultStyle' this name in class inputbox which is in styling tab  
asked
0 answers