文本列表
- 文本1
- 文本2
插入链接
插入图片
引用代码
<TouchableWithoutFeedback onPress={this.chooseRegion.bind(this)}>
<View style={styles.topContainer}>
<Text style={styles.leftText}>地区</Text>
<View style={styles.rightTextContainer}>{addressText}</View>
<Image style={styles.icon} source={require('../../img/arrow_gray.png')} />
</View>
</TouchableWithoutFeedback>
引入出处
想用别人的话说点什么就说吧
tips
- <template>,这种开头的写法在 markdown 文件里可能有时候会显示不出来,好吧,写这个例子的时候它又出来了