Skip to content

Commit

Permalink
Update readme and package version
Browse files Browse the repository at this point in the history
  • Loading branch information
toystars committed May 12, 2017
1 parent 97be7bb commit 9a47346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# react-native-multiple-select

[![npm](https://img.shields.io/npm/v/react-native-multiple-select.svg)](https://www.npmjs.com/package/react-native-multiple-select) [![Downloads](https://img.shields.io/npm/dt/react-native-multiple-select.svg)](https://www.npmjs.com/package/react-native-multiple-select) [![Licence](https://img.shields.io/npm/l/react-native-multiple-select.svg)](https://www.npmjs.com/package/react-native-multiple-select)

> Simple multi-select component for react-native (Select2 for react-native).

Expand All @@ -13,6 +15,12 @@
``` bash
$ npm install react-native-multiple-select --save
```
or use yarn

``` bash
$ yarn add react-native-multiple-select
```


## Usage
Note: Ensure to add and configure [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) to your project before using this package.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-multiple-select",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple multi-select component for react-native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9a47346

Please sign in to comment.