Skip to content

zhiwehu/react-native-layout-playground

 
 

Repository files navigation

react-native-layout-playground

React Native layout playground

Preview

preview1 preview2

  • Landscape

preview4

  • Portrait

preview3

Examples

FlexView

  • (default) 水平分割(等宽)
  • (fixed-size) 左右固定宽度

FlexViewColumn

  • (default) 垂直分割(等高)
  • (fixed-size) 上下固定高度

FlexViewAround

  • 环绕布局

ImageView

  • (default) 宽度自适应,限定高度(截断超出部分)
  • (contain) 全部显示,限定高度
  • (stretch) 缩放,限定高度

CardView

  • 固定长宽,图片截断并显示阴影

CardViewAutoWidth

  • 宽度自适应,图片截断并显示阴影

CardViewWithFlex

  • 宽度自适应,内容按宽度自动排列

About

React Native layout playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • Objective-C 22.4%