lawnstarter / react-native-picker-select

🔽 A Picker component for React Native which emulates the native <select> interfaces for iOS and Android
https://npmjs.com/package/react-native-picker-select
MIT License
1.74k stars 499 forks source link

issue(396): Added Accessibility props to the library #395

Closed deansimcox closed 3 years ago

deansimcox commented 3 years ago

https://github.com/lawnstarter/react-native-picker-select/issues/396

I've created this PR to add accessibility props accessible and accessibilityLabel to the library.

lfkwtz commented 3 years ago

this is what touchableWrapperProps and pickerProps aim to achieve. if you'd like to update the readme to add a section on accessibility that highlights how to handle this, i'm open to that.

deansimcox commented 3 years ago

Ahh of course, thanks for that @lfkwtz.

I'll wrangle up a bit of documentation for adding accessibility props.