ThakurBallary / react-native-radio-buttons-group

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

add ability to use `ReactNode` as label or description #75

Closed Haschikeks closed 4 months ago

Haschikeks commented 4 months ago

This PR would allow users to use any valid ReactNode as a label or description. This way users have more control over how the buttons and their content are displayed.

closes #74

Haschikeks commented 4 months ago

The accessibilityHint prop of Pressable should probably be added as a prop for RadioButton

Haschikeks commented 4 months ago

@ThakurBallary what do you think?

ThakurBallary commented 4 months ago

@Haschikeks LGTM. Thanks for the PR. Your changes are published in v3.1.0