react-native-picker-select
react-native-picker-select copied to clipboard
set accessibilityLabel for options
Hi,
Great library!
Do we have to add an accessibilityLabel for the options as well? Now all the options have the same resource-id="android:id/text1"
.
I feel it's better if they are unique so we can easily locate them for our automated tests.
Roy