You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Hey thanks for pointing this one out too! In one of the more recent releases of RN, probably 60, they added a lot more accessibility options. This feature was implemented before the extended list of roles was available. It wasn't an intentional omission, just hasn't been updated yet. We can add all of the currently available roles so that they're available for queries as well.
I'm wondering why there are only a few options that can be selected via
queryByRole
as defined in role.js:Looks like there's a whole bunch of other roles that are defined by React Native: https://facebook.github.io/react-native/docs/accessibility#accessibilityrole-ios-android
I'm wondering if this was a design decision, and if so how we could override / configure this
The text was updated successfully, but these errors were encountered: