react-native-wheel-datepicker icon indicating copy to clipboard operation
react-native-wheel-datepicker copied to clipboard

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

Open bankras opened this issue 6 years ago • 1 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

bankras avatar Jun 26 '19 14:06 bankras

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

davidgovea avatar Dec 29 '19 03:12 davidgovea