-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Picker.Item missing testID #22084
Comments
It looks like you are using an older version of React Native. Please update to the latest release, v0.57 and verify if the issue still exists. The "⏪Old Version" label will be removed automatically once you edit your original post with the results of running |
hi, why not just use |
I'm using |
ah, I see. It wasn't clear from the description. You can match the item by text for now, just fyi. |
Yeah I'm aware, but the text might change since its coming from an API :/ |
Thanks! |
Environment
Description
As you can see
PickerIOS.Item
does not have atestID
, even thoughPicker.Item
does.Picker
PickerIOS
So I can't find the
Items
using DetoxThe text was updated successfully, but these errors were encountered: