Cero-Studio / ReactNativeWheelPicker

Other
381 stars 239 forks source link

Accessibility support #72

Open gpawlik opened 5 years ago

gpawlik commented 5 years ago

Currently neither the main container nor the items in the picker are supporting RN's accessibility features (https://facebook.github.io/react-native/docs/accessibility). Would it be possible to add the support for accessible, accessibilityLabel and accessibilityHint props on the picker items?

You can test it out by settings Settings > Accessibility > TalkBack to On.

sesm commented 5 years ago

Great suggestion, @gpawlik ! Upvoting.

angeldua commented 3 years ago

Is there any similar wheelpicker on androi, which supports accessibility with talkback and keyboard?