-
RNStudyNotes/React Native布局详细指南.md at master · crazycodeboy/RNStudyNotes
- 在React Native中尺寸是没有单位的,它代表了设备独立像素。
- React Native中默认为
flexDirection:'column' - React Native中默认为
alignItems:'stretch' - React Native中flex只接受一个参数
- flexDirection enum('row', 'column','row-reverse','column-reverse')
- flexWrap enum('wrap', 'nowrap')
- justifyContent enum('flex-start', 'flex-end', 'center', 'space-between', 'space-around')
- alignItems enum('flex-start', 'flex-end', 'center', 'stretch')
-
2016年10月17日星期一
Google Blog 10/18/2016 (a.m.)
订阅:
博文评论 (Atom)
没有评论:
发表评论