Articles tagged with "React Native"
Use OTF instead of TTF - custom font anti-aliasing for Android
What to do when a custom font works well on iOS while the font are blurry and aliasing on Android? It could just because you used .ttf. Try font in OTF format could make you relief.
React Native App 自定义字体在安卓系统中的行高问题解决
React Native App 遇到了自定义字体在iOS系统中显示正常,但在Android系统中行高异常的问题,这里找到了一种解决行高不一致问题的方法。