How do I make text bold, italic, or underline in React Native?

前端 未结 4 860
囚心锁ツ
囚心锁ツ 2021-02-01 00:44

Surprisingly there isn\'t one question that groups these all together yet on Stack Overflow; there hasn\'t been an answer on SO for italics or underline, in fact, only this ques

4条回答
  •  误落风尘
    2021-02-01 01:04

    You can see all possible att in this page https://reactnative.dev/docs/text

    for example ...

    textDecorationLine: enum('none', 'underline', 'line-through', 'underline line-through')
    

提交回复
热议问题