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