lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 497 forks source link

Chevron color not changing #457

Open iqbalhusen opened 2 years ago

iqbalhusen commented 2 years ago

I tried style={{chevron: {color: 'red'}}}, but it has no effect.

Screenshot 2021-09-08 at 15 50 46
rizwanatta commented 2 years ago

Try using this for up chevron and the same for down one too!

 chevronUp: {
              fontSize: 0,
              color: 'white',
            },
jcerone-boom commented 2 years ago

@rizwanatta unfortunately you cannot pass in color to the chevronUp style as it's of type ViewStyle rather than TextStyle.