Replies: 1 comment
-
It looks like the Paper implementation sets the maximum font size to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
RN Version: 0.70.3
👋 The desired behavior for
adjustsFontSizeToFit
is to keep the font size as specified unless there's not enough space.It looks like
adjustsFontSizeToFit
also scales up (instead of just scaling down like in the Paper implementation) when the new arch is enabled.Here's a snack with the code I used to test it https://snack.expo.dev/@alfonsocj/spunky-graham-crackers.
Beta Was this translation helpful? Give feedback.
All reactions