TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

Change text color #14

Closed DaniSido closed 2 years ago

DaniSido commented 2 years ago

Hi, How can I change the color of the text? I also tried to modify the plugin source code but could not find a workaround.

Thank you very much. Dani

sobanfly commented 2 years ago

any answer?

sobanfly commented 2 years ago

@DaniSido itemStyle={{color: 'color hex value'}}

DaniSido commented 2 years ago

@DaniSido itemStyle={{color: 'color hex value'}}

Thank you very much!!