andrey-sh / react-native-picker-horizontal

Horizontal picker animated component for React Native.
MIT License
10 stars 6 forks source link

Change color number current item #4

Closed zapcriativo closed 3 years ago

zapcriativo commented 3 years ago

Hello,

How do I change the color of the selected item text?

Regards

zapcriativo commented 3 years ago

color: selected == item ? 'yellow' : 'red'