mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
44717152ca
Summary: Android: Adding custom actions (https://github.com/facebook/react-native/issues/30854). Adds accessiblity actions on core components (Button, TextInput, Text, and Picker). ## Changelog [General] [Added] - Adds accessiblity actions on core components Pull Request resolved: https://github.com/facebook/react-native/pull/31532 Test Plan: - `npm test` - Rendering of components on `RNTesterApp` using talkback: - Check if accessibility actions were available;  - Trigger `activate` action for all components;  ## Notes - For `TextInput` an unexpected error is raised:  Reviewed By: kacieb Differential Revision: D28654294 Pulled By: lunaleaps fbshipit-source-id: 80dd3f3c7aa27bbaf16ef12997e8f55952a02eb2