fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

Can't change text color of pickerIOSItem #15

Closed kostyaVyrodov closed 6 years ago

kostyaVyrodov commented 6 years ago

I use fable-react-native and I tried to change the color of pickerIOSItem. The current version of PickerIOSItemProperties doesn't allow do it. (We need to extend this type) This issue has been already fixed in the react-native library. PR here

kostyaVyrodov commented 6 years ago

I made a mistake. I used pickerIOSItem with PickerIOSItemProerties, but I could use pickerItem with PickerItemProperties, which already allow changing color. This issue is not actual, so you can close it. Sorry. P.S. I wanted the best, you know the rest :)

alfonsogarciacaro commented 6 years ago

Hehe, no worries. Thanks a lot for the info. I'll close the issue then. Please feel free to reopen it if necessary :)