react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.47k stars 277 forks source link

Detox Scroll picker in Android #468

Open alexborton opened 1 year ago

alexborton commented 1 year ago

We have extensive tests in Detox. The issue i am facing is being able to scroll picker if the items making up the list are taller (and out of view) of the screen.

For example, in IOS, i can use await element(by.type('UIPickerView')).setColumnToValue(0, text)

Can i use by.type for Android? I would need the Canonical classname