-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds accessiblity actions on core components (#31532)
Summary: Android: Adding custom actions (#30854). Adds accessiblity actions on core components (Button, TextInput, Text, and Picker). ## Changelog [General] [Added] - Adds accessiblity actions on core components Pull Request resolved: #31532 Test Plan: - `npm test` - Rendering of components on `RNTesterApp` using talkback: - Check if accessibility actions were available; ![image](https://user-images.githubusercontent.com/33161939/118381843-a668c180-b5c5-11eb-9ce4-016a49157dc5.png) - Trigger `activate` action for all components; ![image](https://user-images.githubusercontent.com/33161939/118381736-7bca3900-b5c4-11eb-82fb-32e824e1b38c.png) ## Notes - For `TextInput` an unexpected error is raised: ![image](https://user-images.githubusercontent.com/33161939/118381603-d1054b00-b5c2-11eb-93f2-1d5730ee2d24.png) Reviewed By: kacieb Differential Revision: D28654294 Pulled By: lunaleaps fbshipit-source-id: 80dd3f3c7aa27bbaf16ef12997e8f55952a02eb2
- Loading branch information
1 parent
52b51f0
commit 4471715
Showing
5 changed files
with
121 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters