📅  最后修改于: 2022-03-11 15:01:26.760000             🧑  作者: Mango
render() {
return (
);
}
const styles = StyleSheet.create({
container: {
flex: 1,
flexDirection: 'row',
justifyContent: 'space-between'
},
button: {
backgroundColor: 'green',
width: '40%',
height: 40
}
});