这把装的还可以,就类似于前端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',
}