Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set MigTextSpec As Focusable If Accessibility Heading is Enabled
Summary: ## Context There is over 112 instances of MigTextSpec is set with `accessibilityHeading(true)` but without `screenReaderFocusable(true)` which can prevent talkback from annoucing the accessibility heading. In this diff we are setting `screenReaderFocusable(true)` as the default if `accessibilityHeading(true)` is set. Reviewed By: denley Differential Revision: D69086861 fbshipit-source-id: 93b3971bdb1f2b55336f1043190b21c9cf729e93
- Loading branch information