1. react-native 样式

textAlign:'center', 文字水平居中

textAlignVertical:'center',  文字垂直居中

backgroundColor:'pink',    背景颜色

justifyContent: 'center',    盒子里的内容垂直居中

justifyContent: 'space-between',

alignItems: 'center',    盒子里的内容水平居中

alignItems: 'flex-start', 

你可能感兴趣的:(1. react-native 样式)