Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rn-weui

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-weui

weui for react-native

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
decreased by-44.44%
Maintainers
1
Weekly downloads
 
Created
Source

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)

Keywords

FAQs

Package last updated on 18 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc