flexDiDirection
在react native
中的默认值是column
,也就是默认是列排列;在web中默认值是row
行排列alignItems
:在react native
中默认是stretch
,在web中默认的是flex-start
- flex:在web中是可以接受三个参数的
flex:2 2 10%
,但是在react native
中默认只能接受一个参数 react native
:默认不支持以下属性:align-content
flex-basis
order
flex-flow
flex-shrink
flex-grow