Supporting Dynamic Type in React Native (iOS) -


does know how implement support dynamic type in react native?

ideally, listen when has changed size of system font, , perform type of callback.

or better, prevent font scaling being implemented @ on components.

enter image description here

well, turns out can apply:

allowfontscaling={false}

to prevent this.

this worked me:

<text allowfontscaling={false}>do not want font scale</text> 

Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -