react-native-tags-input
Advanced tools
+1
-1
| { | ||
| "name": "react-native-tags-input", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "Input component for React Native to add and remove tags.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+11
-0
@@ -42,3 +42,11 @@ # react-native-tags-input | ||
| ## Examples | ||
| [Standard and Custom example](https://github.com/jimmybengtsson/react-native-tags-input/tree/master/example/StandardAndCustomExample) | ||
| ## Standard example | ||
| <img src="https://raw.githubusercontent.com/jimmybengtsson/react-native-tags-input/master/githubImage/StandardExample.gif"/> | ||
| ```javascript | ||
@@ -93,2 +101,5 @@ import React, { Component } from 'react'; | ||
| ## Custom example | ||
| <img src="https://raw.githubusercontent.com/jimmybengtsson/react-native-tags-input/master/githubImage/react-native-tags-input.gif"/> | ||
| ```javascript | ||
@@ -95,0 +106,0 @@ import React, { Component } from 'react'; |
14230
2.97%188
6.21%