在android中不能直接对text设置lineHeight来实现文字居中,
需要在Text外套一层View 再通过设置View的
justifyContent:"center",
alignItems:"center"
来间接实现居中
在android中不能直接对text设置lineHeight来实现文字居中,
需要在Text外套一层View 再通过设置View的
justifyContent:"center",
alignItems:"center"
来间接实现居中
本文标题:React-Native文字居中
本文链接:https://www.haomeiwen.com/subject/nmrigxtx.html
网友评论