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

Failed prop type: itemStyle key 'fontFamily' when trying to change the font on iOS

bankras opened this issue · comments

When trying to change the item style on iOS, the simulator gives warning on invalid properties.

fontFamily, fontSize, fontWeight and fontStyle are not supported where PickerIOS does actual support them

Thanks for this PR @bankras !

If anyone is still running into this issue, I merged the changes into a fork of this repository, which I intend to support: https://github.com/davidgovea/react-native-wheel-datepicker