"normal", 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900')
textShadowOffset 设置阴影效果...{width: number, height: number}
textShadowRadius 阴影效果圆角
textShadowColor 阴影效果的颜色
letterSpacing 字符间距
lineHeight...textDecorationStyle 线的风格("solid", 'double', 'dotted', 'dashed')
textDecorationColor 线的颜色
writingDirection 文本方向..., { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
} from 'react-native...总结: 在嵌套的Text组件中,子Text组件将继承它的父Text组件的样式,当使用嵌套的Text组件时,子Text组件不能覆盖从父Text组件继承而来的样式,只能增加父Text组件没有指定的样式。