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

LabelStyle from RadioButton not being considered #72

Closed jdrodriguezh closed 7 months ago

jdrodriguezh commented 7 months ago

A simple fix to take into consideration if a RadioButton already has a labelStyle property. If it doesn't, it applies the labelStyle from the RadioGroup props.

jdrodriguezh commented 7 months ago

This PR solves issue #71