1.0.3 • Published 7 years ago

rn-weui v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rn-weui Build Status npm version

一套基于 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

For iOS 10+, Add the NSPhotoLibraryUsageDescription, NSCameraUsageDescription, and NSMicrophoneUsageDescription (if allowing video) keys to your Info.plist with strings describing why your app needs these permissions

使用

import { Button } from 'rn-weui'
export default () =>
  <Button type="primary" onPress={() => {}}></Button>

TODO

  • Grid
  • Button
  • Toast
  • Msg
  • Article
  • Icons
  • Panel
  • Progress
  • Tab
  • ActionSheet
  • Dialog
  • SearchBar
  • Cell
  • Slider
  • Preview
  • Mask
  • Popup
  • LoadMore
  • Gallery
  • Flex
  • Badge
  • Agreement
  • Picker
  • Select
  • Toptips
  • example

License

The MIT License(http://opensource.org/licenses/MIT)

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.0

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago