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>
posted @ 2017-10-13 10:59  houdzaiw  阅读(1672)  评论(0)    收藏  举报