如何在React Native中添加文本(折扣价降价线)上的线路(罢工)?

发布于 2025-01-21 08:06:33 字数 274 浏览 2 评论 0原文

enter image description hereenter image description here

How to add line on above the text as provided in the screenshot

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦开始←不甜 2025-01-28 08:06:33

解决方案:

您可以将textDecorationline与“线路直接”属性一起使用,例如

< text style = {{textDecorationLine:'line-through',textdecorationstyle:'solid'solid'}}>实线</text>

Solution:

You can use textDecorationLine with 'line-through' property like below

<Text style={{textDecorationLine: 'line-through', textDecorationStyle: 'solid'}}> Solid line </Text>

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文