App level maxFontSizeMultiplier flag #4410
Unanswered
psk-dreampay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my react native application I want to allow font scaling according to the device font size but with a maximum scale which will be same for every component. As far as I know that I can do this by providing
maxFontSizeMultiplier
to individual component and it works as expected but what if I want to have an app levelmaxFontSizeMultiplier
which will apply to all paper components?Beta Was this translation helpful? Give feedback.
All reactions