react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

SectionWheelPicker driver to take testIDs from children

Open nitzanyiz opened this issue 1 year ago • 5 comments

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

nitzanyiz avatar Feb 12 '24 11:02 nitzanyiz