02.React-Native Text

1.文本元素常用的css属性###

02.React-Native Text_第1张图片
Paste_Image.png

2.Text原理简介###

React Native中文本元素不能继承上级View的样式,不过Text内部可以实现局部继承.并且文本元素可以嵌套文本元素,内部使用的是NSAttributedString.

02.React-Native Text_第2张图片
Paste_Image.png
02.React-Native Text_第3张图片
Paste_Image.png

3.常见文本样式###


Solid underline


Double underline with custom color


Dashed underline with custom color


Dotted underline with custom color


None textDecoration


Solid line-through


Double line-through with custom color


Dashed line-through with custom color


Dotted line-through with custom color


Both underline and line-through


02.React-Native Text_第4张图片
Paste_Image.png

你可能感兴趣的:(02.React-Native Text)