react-native 语法

View组件类似于div

外联样式:<View style={styles.container}>
内联样式:<View style={{flex: 1, borderWidth: 1, borderColor: 'red', flexDirection: 'row'}}>
多个样式:<View style={[styles.container, styles.flex, {borderWidth: 1}]}>

猜你喜欢

转载自zhangcaiyanbeyond.iteye.com/blog/2383338