一套基于 Weui 的 React Native 组件库
rn-weui
├── README.md
├── assets # 资源
├── docs # 文档说明
├── fonts # 字体
├── example # 示例代码
├── package.json # package.json
├── src # rn-weui 组件源码
└── test # 测试文件
# install
npm i rn-weui --save
# link
rnpm link
rnpm link react-native-image-picker
import { Button } from 'rn-weui'
export default () =>
<Button type="primary" onPress={() => {}}></Button>
正在路上...
GridButtonToastMsgArticleIconsPanelProgressTabActionSheetDialogSearchBarCell- test and optimize
- docs
The MIT License(http://opensource.org/licenses/MIT)