react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.51k stars 289 forks source link

dropdownIconColor typing is ReturnType<processColor> instead of ColorValue #313

Closed rurikoaraki closed 3 years ago

rurikoaraki commented 3 years ago

290 made the change to support ColorValue for several props, including dropdownIconColor. However the typing file has the prop's type as ReturnType, which is not the same as ColorValue. This causes an issue as there's a type mismatch between the arg type and what's actually expected.

Naturalclar commented 3 years ago

:tada: This issue has been resolved in version 1.16.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: