n4kz / react-native-material-dropdown

Material dropdown with consistent behaviour on iOS and Android
Other
732 stars 597 forks source link

Custom styling issues #223

Open eqlion opened 4 years ago

eqlion commented 4 years ago

As far as I understand, at the moment it is impossible to change the color of the label. What is more, the theming is rather difficult in general, perhaps overhaul is due.

muazniwas commented 4 years ago

Agreed. And also it would be much better if we could add more style to the text field. textColor prop is allowed which can only be used to change the color of the text. Having other styling options like fontWeight or fontSize would be awesome. Thank you