ThakurBallary / react-native-radio-buttons-group

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

Accesibility is missing #43

Closed facupascale closed 10 months ago

facupascale commented 1 year ago

I want to used it for my own library components but it doesnt have any accessibility prop and its a requeriment in the proyect Im working on, its something easy to add and it would not take more than a few lines. I think its a good improvement to have it

aviralshastri commented 1 year ago

How to change colour of the text?

ThakurBallary commented 1 year ago

How to change colour of the text?

You can find an example here https://github.com/ThakurBallary/react-native-radio-buttons-group/issues/49

And as its not related to accesibility I suggest you to find the related once in closed issues or if you didn't find what you're looking for please open a new issue.

despin commented 1 year ago

@facupascale What props do you need for your accessibility thing to be working? I have (I think) the same issue as you. I am writing some tests for my app, and cannot trigger onPress on some item because I can't find it with getByTestId.

carlaTatiana commented 1 year ago

Hi! Same situation here. It doesn't have any accessibility prop

ThakurBallary commented 10 months ago

Added accessibilityLabel prop to radio button in v3.0.3 Accessibility