react-native-ui-lib
react-native-ui-lib copied to clipboard
SectionWheelPicker driver to take testIDs from children
Description
In case where custom section are passed with custom testID there is no way for us to understand what is the testID without taking it from the element however I fear that if we use that approach if we ever add some component as a child element in of the SectionWheelPicker we will accidentally also give that element as a section driver. So I added a custom testIDs array that will help us handle custom cases.
Changelog
None
Additional info
None