gpt4 book ai didi

react-native - 无论如何要在 react-native 中的 中嵌入图像

转载 作者:行者123 更新时间:2023-12-03 16:55:11 27 4
gpt4 key购买 nike

有人可能想要实现富文本编辑器富 TextView 。在 html 中,我们可以使用内联图像标签来实现,但是 react-native Text 只能在其中嵌套 Text。

最佳答案

这是一个可以保留样式的解决方法

<View style={{flexDirection:'row', flexWrap:'wrap'}}>
<Image
style={styles.img}
source={{uri: imageLink}} />
<Text>
{"sweet, this works"}
</Text>
</View>

关于react-native - 无论如何要在 react-native 中的 <Text> 中嵌入图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34532552/

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