Description
Summary
Implement the maxFontSizeMultiplier property for Text in RNW Fabric.
For reference, check the public API documentation: https://reactnative.dev/docs/textinput#maxfontsizemultiplier
Motivation
Workstream parity
Basic Example
No response
Open Questions
No response
Activity
similar-issues-ai commentedon May 6, 2025
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
anupriya13 commentedon May 6, 2025
Track here #14639
chrisglein commentedon May 8, 2025
Was confused at first. This seems to be the difference between
https://reactnative.dev/docs/text#maxfontsizemultiplier
https://reactnative.dev/docs/textinput#maxfontsizemultiplier
Will be some sharing due to the layout being the same, but implementation will be different.
Linking related upstream dependency, which we should hit in integrations in the 0.79 window: facebook/react-native#47614