Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ali322/nva-ui

react-native useful component collection
https://github.com/ali322/nva-ui

react react-native

Last synced: 10 days ago
JSON representation

react-native useful component collection

Awesome Lists containing this project

README

        

NVA UI [![CircleCI](https://circleci.com/gh/ali322/nva-ui.svg?style=svg)](https://circleci.com/gh/ali322/nva-ui) [![npm version](https://badge.fury.io/js/nva-ui.svg)](https://badge.fury.io/js/nva-ui)
===
[![NPM](https://nodei.co/npm/nva-ui.png)](https://nodei.co/npm/nva-ui/)

A collection of useful components for React Native

Install
===

```bash
npm install nva-ui --save
```

then you should link necessary libraries

```bash
# component loading,loadmore needed
react-native link react-native-spinkit
react-native link react-native-vector-icons
# component scanner needed
react-native link react-native-camera
```

Useage
===

## Todo

- fix some unknow bugs
- add more api documents

## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)