hossein-zare / react-native-dropdown-picker

A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
https://hossein-zare.github.io/react-native-dropdown-picker-website/
MIT License
969 stars 294 forks source link

Changing Icon Color "tintColor" gives error #748

Open saintyusuf opened 3 months ago

saintyusuf commented 3 months ago

Screenshot 2024-03-26 at 17 51 02

tintColor works but seems like it's not working or like an error. I think it's not compatible with TypeScript.

telly3650 commented 3 weeks ago

ArrowIconStyle must be type StyleProp<ImageStyle>, not StyleProp<ViewStyle>.

Can someone fix it?

Same error here: tickIconStyle closeIconStyle

telly3650 commented 3 weeks ago

Found the fix, but the pull request is not merged.

https://github.com/hossein-zare/react-native-dropdown-picker/pull/735/