gpt4 book ai didi

reactjs - 在 元素中设置单个单词的样式

转载 作者:行者123 更新时间:2023-12-05 00:49:25 26 4
gpt4 key购买 nike

我正在寻找一种方法来设置 <Text> 中的单个单词(或多个单词)的样式。换句话说。

<Text> 内的句子中说样式.

类似的东西。

“我放入一个句子中的词”(斜体)

我目前正在做类似的事情

<Text>The words i </Text> <Text style={...}> style inside </Text> <Text> a sentence </Text>

但不幸的是每个<Text />我添加的元素会产生换行效果,因此它会以多行结束。

我怎样才能做到这一点?谢谢。

最佳答案

您可以使用 Text 作为容器,如下例所示

<Text>
<Text>The words i </Text>
<Text style={...}> style inside </Text>
<Text> a sentence </Text>
</Text>

关于reactjs - 在 <Text/> 元素中设置单个单词的样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41201850/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com