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 497 forks source link

set accessibilityLabel for options #466

Open roydekleijn opened 2 years ago

roydekleijn commented 2 years ago

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