Make typescript of react-native to support accessibilityActions like invoke, addToSelection, removeFromSelection, select, toggle, expand and collapse #3474
Labels
Area: Accessibility
Area: Developer Experience
Developer First Experience
Issues that are going to be hit by a new developer as they first try out RNW
enhancement
nice-to-have
p3
Workstream: Accessibility
Ensure RNW Fabric apps are properly accessible.
Milestone
In https://facebook.github.io/react-native/docs/accessibility, accessibilityActions can be any string, but in reality, it only supports 'magicTap' and several others.
We should make it to support below actions which I implemented #2765: invoke, addToSelection, removeFromSelection, select, toggle, expand and collapse
The text was updated successfully, but these errors were encountered: