pinguinjkeke / react-native-wheel-datepicker

Android & iOS iOS-style Picker & DatePicker Components for ReactNative

Home Page:https://www.npmjs.com/package/react-native-wheel-datepicker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Picker color on iOS

aurelianv opened this issue · comments

I was able to change the color on iOS of the Picker component only by setting the itemStyle property (with the color). I had to update the picker.js file on line 23 to this:
itemStyle: Text.propTypes.style,

I have also ended up doing the same. If you don't do this you end up with the error:
Warning: Failed prop type: Invalid props.itemStyle key 'color' supplied to 'Picker.'

This is because itemStyle is expecting ViewPropTypes.style