这把装的还可以,就类似于前端DIV+CSS那种写法。
<View style={styles.test}>
<Text>123</Text>
</View>
test: {
width: 100,
height: 300,
backgroundColor: 'red',
}
<View style={styles.test}>
<Text>123</Text>
</View>
test: {
width: 100,
height: 300,
backgroundColor: 'red',
}
本文标题:菜鸡装B失败锦集-ReactNative 样式
本文链接:https://www.haomeiwen.com/subject/ljrxdttx.html
网友评论