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
DropDown > View > TouchableWithoutFeedback
Problem: "This component is pressable but the user hasn't been informed that it behaves like a button/link/radio"
Solution: "Set the 'accessibilityRole' prop to button or link or imagebutton or radio or tab"
View > View > TouchableWithoutFeedback
Problem: "This component is pressable but the user hasn't been informed that it behaves like a button/link/radio"
Solution: "Set the 'accessibilityRole' prop to button or link or imagebutton or radio or tab"
Problem: "This button is not accessible (selectable) to the user"
Solution: "Set the 'accessible' prop to 'true' or remove it (pressables are accessible by default)"
The text was updated successfully, but these errors were encountered:
I have a project that uses this component along with https://github.com/aryella-lacerda/react-native-accessibility-engine to help enforce accessibility within our UI.
Accessibility assertions failing output:
The text was updated successfully, but these errors were encountered: