npm install rn-weui```
rn-weui
├── README.md
├── assets # 资源
├── docs # 文档说明
├── fonts # 字体
├── example # 示例代码
├── package.json # package.json
├── src # rn-weui 组件源码
└── test # 测试文件
shell
install
npm i rn-weui --savelink
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$3
`js
import { Button } from 'rn-weui'
export default () =>
``