react-native Text和Image混合嵌套布局

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react-native Text和Image混合嵌套布局相关的知识,希望对你有一定的参考价值。

<View style={[styles.p4_text1,]}>
{"以下各项税费及商业保险仅供客户参考不作为最终购车价格".split("").map((str)=>{return (<Text>{str}</Text>)})}
<Image style={styles.p4_image1} source={ic_alert_i}/>
</View>

以上是关于react-native Text和Image混合嵌套布局的主要内容,如果未能解决你的问题,请参考以下文章

react-native的常用组件及api

如何制作需要特定导入的混合包 React/React-Native

React-Native -课后练习

初学:react-native 轮播图

react-native混合原生开发

Android开发学习之路--React-Native混合开发初体验