-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Switch to optimized text #13647
Switch to optimized text #13647
Conversation
Does this PR fix the accessibility in Fabric issues as mentioned in the original bug? |
@jonthysell yes! When merging, it overwrote the default accessible value for windows, so added that back in and marked it as a windows change so it doesn't get changed in the future. |
onStartShouldSetResponder != null) && | ||
_disabled !== true; | ||
|
||
// TODO: Move this processing to the view configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an issue tracking this TODO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is from upstream!
Description
Switches to use new optimized Text.js since upstream deprecated the older version!
Type of Change
Why
Resolves #13579
Changelog
no