gpt4 book ai didi

javascript - react native 聊天应用程序 "split"聊天气泡

转载 作者:行者123 更新时间:2023-12-01 04:07:59 35 4
gpt4 key购买 nike

我正在开发一个聊天应用程序,我使用 gifted chat 。我希望我的气泡既包含文本又包含图像。这工作正常,但我对它的分割方式不满意......

我想在左侧显示文本,在右侧显示图像。

目前,我的文字位于图像上方: enter image description here

这是气泡内容的代码:

<TouchableOpacity key={i} style={[styles.mapView, this.props.mapViewStyle]}>
<View>
<Text style = {styles.titleText}> {title}</Text>
<Image style={[styles.image, this.props.imageStyle]} source={{uri: 'https://facebook.github.io/react/img/logo_og.png'}}/>
</View>
</TouchableOpacity>

关于如何实现左侧文本和右侧图像的任何想法?

最佳答案

您需要在View上使用flexDirection:https://facebook.github.io/react-native/docs/flexbox.html#flex-direction默认值为column,因此子项垂直堆叠。

关于javascript - react native 聊天应用程序 "split"聊天气泡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41663565/

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