您当前的位置: 首页 >  react native

ITKEY_

暂无认证

  • 0浏览

    0关注

    732博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

React Native 中布局入门

ITKEY_ 发布时间:2020-11-01 08:25:04 ,浏览量:0

我在做布局的时候,大部分时间看这个例子就够了,分享给大家。

 

Properties

To choose the right layout for a component's children, we must make 3 choices:

PropertyDefaultOptionsDescriptionflexDirectioncolumnrow, columnDo we want a vertical (column) or horizontal (row) layout? This choice determines the orientation of the primary axis of our layout.justifyContentflex-startflex-start, center, flex-end, space-around, space-betweenHow should the content be distributed along the primary axis of our layout? Should it be at the start, the center, the end, or spaced evenly?alignItemsstretchflex-start, center, flex-end, stretchHow should the content be aligned along the secondary axis of our layout? (If the primary axis is row, then the secondary axis is column, and vice versa) Should content be aligned at the start, the center, the end, or stretched to fill?  一个非常简单明了的例子

https://www.reactnative.express/core_components/layout

 

关注
打赏
1665243900
查看更多评论
立即登录/注册

微信扫码登录

0.0375s