react-native-element-dropdown icon indicating copy to clipboard operation
react-native-element-dropdown copied to clipboard

Passing in Accessibility Label Props

Open nickwelp opened this issue 3 years ago • 0 comments

Thanks for this awesome package! React-Native views and texts support accessibility roles; https://reactnative.dev/docs/accessibility

I would like to be able to pass in some Accessibility props and have them arrive on the TouchableWithoutFeedback as well as pass accessibility props as part of the element objects array so the TouchableOpacity in _renderItems also is capable of representing accessibility props.

nickwelp avatar Aug 01 '22 18:08 nickwelp