TronNatthakorn / react-native-wheel-pick

Apache License 2.0
177 stars 85 forks source link

Add missing color option for iOS #38

Closed uugan0486 closed 1 year ago

uugan0486 commented 1 year ago

Changing color of the text was missing.

This PR will add the missing option.

Brayden-kwak commented 1 year ago

It's still impossible to control text size in iOS. why...

uugan0486 commented 1 year ago

It's still impossible to control text size in iOS. why...

i realized there's no point in using this library so i switched to https://github.com/react-native-picker/picker which this library relies on and i wish i made the transition sooner. You can change the text size using itemStyle property on the library i mentioned above.

uugan0486 commented 1 year ago

It's still impossible to control text size in iOS. why...

i will come up with a PR to resolve this issue but imo i think it's better to use something else like i did.