How to disable font scaling in React Native for IOS app?

后端 未结 5 982
小蘑菇
小蘑菇 2020-12-14 06:43

Enlargement of size of the device font will sometimes break (Styling wise).

5条回答
  •  北海茫月
    2020-12-14 07:16

    Create an component and use it with your presets instead of the original one, with your own default, including font scaling false. This is better because you can enrich it with your own API.

    For example, my AppText permit to do things like:

提交回复
热议问题