react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Passing in Accessibility Label Props
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.