Open
Description
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:
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)"
Metadata
Metadata
Assignees
Labels
No labels