-
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.
chore: Update Text props aria-labelledby documentation (#35327)
Summary: `aria-labelledby` Flow types were added to the Text props on f353119 but the text component does not support `accessibilityLabelledBy`, which is the prop we were supposed to map `aria-labelledby` to. As the Text component does not really support `aria-labelledby` this PR updates the `TextProps` documentation to explain that this prop is necessary for cross-platform purposes and that other platforms need it. ## Changelog [Android] [Changed] - Add notes to `aria-labelledby` from Text props Pull Request resolved: #35327 Test Plan: Ensure CI is green Reviewed By: necolas Differential Revision: D41280877 Pulled By: lunaleaps fbshipit-source-id: 81cf016bcf3117f15385ddd119c44d6f9fdd6b68
- Loading branch information
1 parent
5cdf3cf
commit 72d3da1
Showing
3 changed files
with
4 additions
and
5 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