react native設定刪除線的方法:1、建立一個react範例檔案;2、透過“17f873ee5c6ebad25cb0cbde8195674cb735fb8965edb39ac28662131d16c063”語句實作新增刪除線即可。
本教學操作環境:Windows10系統、react18.0.0版、Dell G3電腦。
react native 刪除線怎麼設定?
React-Native:刪除線樣式
#屬性(Style) | ##類型||
---|---|---|
「none」, 'underline', 'line-through', ' underline line-through'
* 'underline' 底線* 'line-through ' 刪除線
* 'underline line-through' 刪除線下劃線
範例######<Text style={{textDecorationLine:'line-through'}}>删除线示例</Text>### 推薦學習:《###react影片教學# ##》###
以上是react native 刪除線怎麼設定的詳細內容。更多資訊請關注PHP中文網其他相關文章!