danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

Not able to change color for text of dropdown [react-native-dropdown-select-list] #40

Closed SmitaGoel closed 1 year ago

SmitaGoel commented 1 year ago

inputStyles property of react-native-dropdown-select-list is of ViewStyle type and there is no way we can change the color of text. Can this behaviour be updated please. Many thanks.

danish1658 commented 1 year ago

Which version are you using

SmitaGoel commented 1 year ago

"react-native-dropdown-select-list": "^2.0.2",

danish1658 commented 1 year ago

Upgrade to v2.0.4

SmitaGoel commented 1 year ago

Thank you