diff --git a/README.md b/README.md index d372c12..fe2d548 100644 --- a/README.md +++ b/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). @@ -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. diff --git a/package.json b/package.json index a4e1bce..fb305a8 100644 --- a/package.json +++ b/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": {