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布局组件库
- Host: GitHub
- URL: https://github.com/react-native-studio/react-native-easy-layout
- Owner: react-native-studio
- Created: 2018-12-22T12:11:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T08:54:00.000Z (about 7 years ago)
- Last Synced: 2025-02-10T17:54:03.097Z (about 1 year ago)
- Topics: easy, layout, react-native
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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#)