ThakurBallary/react-native-radio-buttons-group

radio group can not set label text color

Closed this issue · 2 comments

as image below:

Screen Shot 2022-07-12 at 14 42 02

Screen Shot 2022-07-12 at 14 43 55

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

tks u