1、Text其实是自带背景颜色的,平时被包在View组件中看不出来,如果
包在Image组件中就能发现了,如果你想去掉背景色,可以在Text的
style里面设置
backgroundColor:"transparent"
2、Text有行间距与字间距属性
字间距:letterSpacing
行间距:lineHeight
示例:
<Text style={{ lineHeight:15}}> 折现率是通过对未来收入做预测,得出未来几年的净现金流来折算成今天的市值,计算结果仅供参考。</Text>
3、下划线
textDecorationLine('none', 'underline', 'line-through'):横线位置
- none:没有横线
- underline: