ThakurBallary / react-native-radio-buttons-group

Simple, best and easy to use radio buttons for react native apps.
MIT License
263 stars 71 forks source link

radio group can not set label text color #42

Closed fukemy closed 2 years ago

fukemy commented 2 years ago

as image below:

Screen Shot 2022-07-12 at 14 42 02

Screen Shot 2022-07-12 at 14 43 55

ThakurBallary commented 2 years ago

@fukemy pass labelStyle from radioButtons Example: const radioButtons = [{ label: Option 1, labelStyle: { color: 'red' }}]

fukemy commented 2 years ago

tks u