一、Text
1、Text文字适配
在程序入口全局设置
- 设置大小
Text.defaultProps={...(Text.defaultProps||{}),allowFontScaling:false};
- 设置字体
Text.defaultProps={...(Text.defaultProps||{}), fontFamily:''};
2、Text显示不全
1.设置行高 lineHeight
在程序入口全局设置
Text.defaultProps={...(Text.defaultProps||{}),allowFontScaling:false};
Text.defaultProps={...(Text.defaultProps||{}), fontFamily:''};
1.设置行高 lineHeight
本文标题:React Native Text篇(文字显示不全)
本文链接:https://www.haomeiwen.com/subject/nhbykktx.html
网友评论