-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update Accessibility Documentation #2679
Comments
Hi @AgneLukoseviciute, thank you for creating an issue. However it looks like the commit is only a part of |
I think this would be a great first issue! Added the tag! |
Can someone elaborate on what exactly is needed? I'm happy to do a PR for this but I've never used it before. |
@EvanErickson If you check out the RN docs right now we have documentation on accessibility actions: https://reactnative.dev/docs/next/accessibility#accessibility-actions What @AgneLukoseviciute mentioned is that we recently added support for the relevant accessibilityAction props to a few more components like Button, TextInput, and Text so we'd want to update the docs for those components to include the relevant props ( |
RN #31532 added accessibility actions to Button, TextInput, Text, and Picker. Documentation should be updated to include
AccessibilityActions
andonAccessibilityAction
props for those components.Namely, Text and Button have no mention of these props.
The text was updated successfully, but these errors were encountered: