An open API service indexing awesome lists of open source software.

https://github.com/upbit/react-native-layout-playground

React Native layout playground
https://github.com/upbit/react-native-layout-playground

Last synced: 11 months ago
JSON representation

React Native layout playground

Awesome Lists containing this project

README

          

# react-native-layout-playground
React Native layout playground

## Preview

![preview1](./preview1.png) ![preview2](./preview2.png)

- Landscape

![preview4](./preview4.png)

- Portrait

![preview3](./preview3.png)

## Examples

### FlexView

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

### FlexViewColumn

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

### FlexViewAround

- 环绕布局

### ImageView

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

### CardView

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

### CardViewAutoWidth

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

### CardViewWithFlex

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