Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ali322/nva-ui
- Owner: ali322
- Created: 2016-12-06T07:44:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T15:52:04.000Z (almost 8 years ago)
- Last Synced: 2024-10-27T06:40:44.399Z (17 days ago)
- Topics: react, react-native
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)