react-native-woodpicker
react-native-woodpicker copied to clipboard
Setting testID props
Hi, it will be great if testID props can be set for testing selecting items in dialog and so on..
<Picker .... testID={'myPicker'} />
And the items in dialog has generated testID for example myPicker-item-<index>
Now the items testID is undefined
Object {
"label": "Jan Vandame",
"testID": undefined,
"textColor": undefined,
"value": 456,
},
Thanks
Hi, not much time these days... If you have an good idea of what you want, you can provide a MR. I'll be happy to see it =) Despite, I'll check it later.