React Native屏幕适配

http://www.imooc.com/code/2054

flex css 布局

justifyContent可以决定其子元素沿着主轴排列方式**
alignItems可以决定其子元素沿着次轴(与主轴垂直的轴,比如若主轴方向为row,则次轴方向为column)的排列方式****
flexDirection可以决定布局的主轴
。子元素是应该沿着水平轴(row)方向排列,还是沿着竖直轴(column)方向排列呢?默认值是竖直轴(column)方向。**

http://img.mukewang.com/539fbb3a0001304305570259.jpg

React Native屏幕适配_第1张图片
Paste_Image.png
React Native屏幕适配_第2张图片
Paste_Image.png

http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool


你可能感兴趣的:(React Native屏幕适配)