react-native-picker-select
react-native-picker-select copied to clipboard
Chevron color not changing
I tried style={{chevron: {color: 'red'}}}, but it has no effect.
Try using this for up chevron and the same for down one too!
chevronUp: {
fontSize: 0,
color: 'white',
},
@rizwanatta unfortunately you cannot pass in color to the chevronUp style as it's of type ViewStyle rather than TextStyle.