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

https://github.com/react-native-studio/react-native-easy-layout

一个类似flutter布局的react-native布局组件库
https://github.com/react-native-studio/react-native-easy-layout

easy layout react-native

Last synced: 12 months ago
JSON representation

一个类似flutter布局的react-native布局组件库

Awesome Lists containing this project

README

          

# react-native-easy-layout

一个类似flutter布局的react-native布局组件库

## 安装
工程目录下运行:

```bash
npm install --save react-native-easy-layout
```
or(已经安装了yarn)

```bash
yarn add react-native-easy-layout
```

## 组件

- [`Container`](README.md#)
- [`Expanded`](README.md#)
- [`Margin`](README.md#)
- [`Padding`](README.md#)
- [`Row`](README.md#)
- [`Column`](README.md#)
- [`Center`](README.md#)