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
React Native has recently introduced support for ARIA accessibility properties. However, the existing accessibility matchers toHaveAccessibilityState and toHaveAccessibilityValue, currently do not support these new ARIA properties.
It would be valuable to extend support for these newly introduced properties so everyone can make the most of those new properties
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like:
React Native has recently introduced support for ARIA accessibility properties. However, the existing accessibility matchers
toHaveAccessibilityState
andtoHaveAccessibilityValue
, currently do not support these new ARIA properties.It would be valuable to extend support for these newly introduced properties so everyone can make the most of those new properties
The text was updated successfully, but these errors were encountered: