ReactNative布局样式大全
ReactNative布局样式大全,比如如下: 布局的: "alignItems", 对外垂直对齐 flex-start、flex-end、center、auto、stretch "alignSelf",相对水平对齐 flex-start、flex-end、center、auto、stretch "flexDirection",(方向) row(横向伸缩)和column(纵向伸缩) "justifyContent",(水平) 有竖直就水平 flex-start,flex-end,center,space-between,space-around flexWrap(换行) nowrap和wra
用户评论