gpt4 book ai didi

javascript - 在 React Native 中并排显示图像和文本

转载 作者:行者123 更新时间:2023-12-04 17:26:12 28 4
gpt4 key购买 nike

我需要一些关于并排 react 原生图像的帮助。我无法以正确的方式完成它。
我希望这些图像以两列两行的方式并排显示。
这是我的代码

<View style={{ flexDirection: "row" }}>
<Text>Sample</Text>
<TouchableOpacity
style={{ alignItems: "center" }}
onPress={() =>
Linking.openURL(
"#"
)
}
>
<Image
source={transport}
style={{ width: 150, height: 120, padding: 50 }}
/>
</TouchableOpacity>
<Text>Sample</Text>
<TouchableOpacity
style={{ alignItems: "center" }}
onPress={() =>
Linking.openURL(
"#"
)
}
>
<Image
source={entertainment}
style={{ width: 150, height: 120, padding: 50 }}
/>
</TouchableOpacity>
<Text>Sample</Text>
<TouchableOpacity
style={{ alignItems: "center" }}
onPress={() =>
Linking.openURL(
"#"
)
}
>
<Image
source={doorkay}
style={{ width: 150, height: 120, padding: 50 }}
/>
</TouchableOpacity>
<Text>Sample</Text>
<TouchableOpacity
style={{ alignItems: "center" }}
onPress={() =>
Linking.openURL(
"#"
)
}
>
<Image
source={blood}
style={{ width: 150, height: 120, padding: 50 }}
/>
</TouchableOpacity>
</View>

enter image description here
我还附上了我得到的结果。请帮忙。谢谢大家

最佳答案

嗨,你可以看看我在这里创建的零食:https://snack.expo.io/@shawwals/image-side-by-side
希望它可以帮助你。

关于javascript - 在 React Native 中并排显示图像和文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63204242/

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