UNPKG

1.41 kBMarkdownView Raw
1# BeeUI
2A React NATIVE UI Libary.
3
4`issues`规范:
5- `feature` 功能 `bug` 故障
6- 优先级: `p0`: 日清 `p1`: 一周内 `p2`: 二周 `p3`: 月内
7
8### 状态: `todo` 待开发, `doing` 进行中, `test` 待测试, `done` 已完成
9
10| 组件名称 | 描述 | 状态 | issues |
11|---------|------|------|----|
12| [Flex](https://github.com/blibee/BeeUI/tree/master/src/Flex) | Flex 布局 | `done` | -- |
13| [Gallery](https://github.com/blibee/BeeUI/tree/master/src/Gallery) | 轮播图 | `done` | -- |
14| [Overlay](https://github.com/blibee/BeeUI/tree/master/src/Overlay) | 蒙层 | `done` | -- |
15| [Sheet](https://github.com/blibee/BeeUI/tree/master/src/Sheet) | 下方弹出框 | `done` | -- |
16| [TabBar](https://github.com/blibee/BeeUI/tree/master/src/TabBar) | Tab切换栏 | `done` | -- |
17| [TabScene](https://github.com/blibee/BeeUI/tree/master/src/TabScene) | Tab内容 | `done` | -- |
18| [BarChart](https://github.com/blibee/BeeUI/tree/master/src/BarChart) | 柱状图 `注意!性能非常差!将在不久移除` | `done` | -- |
19
20
21### 启动说明
22- 安装全局命令行工具: npm install -g yarn react-native-cli
23- 安装完yarn后同理也要设置镜像源:
24
25```bash
26 yarn config set registry https://registry.npm.taobao.org --global
27 yarn config set disturl https://npm.taobao.org/dist --global
28```
29
30- 安装项目依赖: `yarn` 不建议使用 ~~npm~~
31- 启动demo: `react-native run-ios`
32