react native 的flex布局,是web的閹割版本志珍,目前還不支持flex-shrink鬼佣、flex-basis、order幾種flex屬性额获,同時現(xiàn)有支持的flex屬性值也不全够庙。
alignItems
調(diào)整伸縮項目在側軸上的定位方式
可選值:flex-start,flex-end,center,stretch
alignSelf
alignSelf屬性會覆蓋容器的alignItems屬性,取值和用法alignItems一樣抄邀。
可選值:auto,flex-start,flex-end,center,stretch
justifyContent
與alignItems相呼應耘眨,表示元素在主軸(橫軸)方向上的對齊方式
可選值:flex-start,flex-end,center,space-between,space-around
flexDirection
子元素在父容器中的排列位置,相比于web境肾,少了row-reverse和column-reverse兩個值
可選值:row,column
flexWrap
子元素超出父容器時是否換行
可選值:wrap,nowrap
本文參考至:
Posted inWEB前端技術.Taggedreact,react-native.