Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make typescript of react-native to support accessibilityActions like invoke, addToSelection, removeFromSelection, select, toggle, expand and collapse #3474

Open
licanhua opened this issue Oct 21, 2019 · 1 comment
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

Comments

@licanhua
Copy link
Contributor

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

@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Oct 21, 2019
@chrisglein
Copy link
Member

The solution for this is https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native
But we don't want them to show up because of Windows and not work on Android/iOS. Is information in the tooltip enough?

@chrisglein chrisglein removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Oct 28, 2019
@chrisglein chrisglein added this to the vNext Milestone 4 milestone Oct 28, 2019
@chrisglein chrisglein removed the vnext label Mar 18, 2020
@chrisglein chrisglein modified the milestones: 0.63 (M6), Backlog May 20, 2020
@chrisglein chrisglein added the Developer First Experience Issues that are going to be hit by a new developer as they first try out RNW label Apr 9, 2021
@chiaramooney chiaramooney added the Workstream: Accessibility Ensure RNW Fabric apps are properly accessible. label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

3 participants