Learn to disable font scaling in React Native app.

preview_player
Показать описание
In this post we will look into how we can disable font scaling in your react native application. So recently in one of the apps I am working on, the text size in the android version in one of the tester's device was bigger than usual and the design became extremely unstructured and out of bounds. So when investigating the issue, I found out that the end user has increased the size of the font in their settings. So in order to overcome this issue the proposed solution was to disable font scaling and revert it back to one which will retain the font size according to whats being given in the app code. So lets take a look on how we can achieve this in both android and iOS.

Рекомендации по теме
Комментарии
Автор

defaultProps doesn t work anymore, the new react native already remove it

chonkyboy
visit shbcf.ru