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
Missing a11y props. Expected one of: accessibilityRole OR BOTH accessibilityLabel + accessibilityHint OR BOTH accessibilityActions + onAccessibilityAction
Despite having a valid role value, this error is being triggered.
Example
<Image role="img" />
accessibilityRole is deprecated in react-native-web additionally the role prop has precedence over the accessibilityRole prop.
The text was updated successfully, but these errors were encountered:
Encountering the following error:
Despite having a valid
role
value, this error is being triggered.Example
accessibilityRole is deprecated in react-native-web additionally the
role
prop has precedence over the accessibilityRole prop.The text was updated successfully, but these errors were encountered: