1. 程式人生 > >[Wondgirl]從零開始學React Native之Text(五)

[Wondgirl]從零開始學React Native之Text(五)

這裡寫圖片描述

像不像iOS的富文字

          <Text style={{color:'#00F'}}>
            我的文字
          </Text>
          <Text style={{margin:20}}>
            您好,我是
            <Text style={{color:'pink',fontSize:40}}>
              Wondgirl
            </Text>
            !
          </Text>