react-native-picker / picker

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

fix: Use textColor instead of blackColor in RNCPicker MacOS #413

Closed k1mmm closed 2 years ago

k1mmm commented 2 years ago

By using textColor instead of blackColor the color will adjust based on the system appearance (supporting dark/light mode)

k1mmm commented 2 years ago

@Naturalclar Awesome! Seems to be a build problem that is not related to the commit regarding 'RCTTurboModuleManager'

Naturalclar commented 2 years ago

:tada: This PR is included in version 2.4.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: