Skip to content

[Fabric] Implement maxFontSizeMultiplier in Text #14622

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

anupriya13
Copy link
Contributor

@anupriya13 anupriya13 commented Apr 28, 2025

Description

Type of Change

  • New feature (non-breaking change which adds functionality)

Why

What is the motivation for this change? Add a few sentences describing the context and overall goals of the pull request's commits.
[Fabric] Implement maxFontSizeMultiplier in Text

Resolves #13828

What

What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.
[Fabric] Implement maxFontSizeMultiplier in Text

Please note waiting for this PR to be merged from upstream to uncomment commented code: facebook/react-native@97cf42f

Implemented as per IOS and Android.

Refer https://github.com/facebook/react-native/blob/e69e35e370a7751d258905e3348fd2b0bb2e93c1/packages/react-native/Libraries/Text/RCTTextAttributes.mm#L249

Screenshots

Add any relevant screen captures here from before or after your changes.

Testing

If you added tests that prove your changes are effective or that your feature works, add a few sentences here detailing the added test scenarios.

Changelog

Should this change be included in the release notes: indicate yes or no Yes

Add a brief summary of the change to use in the release notes for the next release.
[Fabric] Implement maxFontSizeMultiplier in Text

Microsoft Reviewers: Open in CodeFlow

@anupriya13 anupriya13 marked this pull request as ready for review April 28, 2025 12:06
@anupriya13 anupriya13 requested a review from a team as a code owner April 28, 2025 12:06
@anupriya13 anupriya13 added API: Completion Area: Text New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs. labels Apr 29, 2025
@anupriya13 anupriya13 requested review from TatianaKapos and a team May 2, 2025 16:31
@anupriya13 anupriya13 added the Area: Fabric Support Facebook Fabric label May 6, 2025
@anupriya13 anupriya13 added the AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) label May 6, 2025
@anupriya13
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@acoates-ms
Copy link
Contributor

We should probably just hold off on making this change until we merge up past the property being added from upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: Completion Area: Fabric Support Facebook Fabric Area: Text AutoMerge Causes a PR to be automatically merged once all requirements are passed (label drives bot activity) New Architecture Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric Workstream: Component Parity Close the parity gap between RNW and RN for core RN components and their supporting APIs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement maxFontSizeMultiplier property for Text in Fabric
3 participants