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

auto-align button label and description text #40

Closed foxten closed 1 year ago

foxten commented 2 years ago

Labels and descriptions should align per design best practices. This commit just does that automatically instead of having users set it manually. If additional space is necessary, they can still pass margin as a prop.

Removed some unnecessary code from previous PR.