Skip to content

Commit c694020

Browse files
committed
add badges, keywords
1 parent 3c63fdb commit c694020

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
[npm-badge]: https://img.shields.io/npm/v/react-native-dropdown-autocomplete.svg?colorA=6b7c93&colorB=5ab1b8&style=flat-square
2+
[npm-url]: https://www.npmjs.com/package/react-native-dropdown-autocomplete
3+
[npm-downloads]: https://img.shields.io/npm/dt/react-native-dropdown-autocomplete.svg?colorA=6b7c93&colorB=5ab1b8&style=flat-square
14
# react-native-dropdown-autocomplete
25

3-
[![npm (scoped)](https://img.shields.io/badge/npm-v1.0.0-blue.svg)](https://www.npmjs.com/package/react-native-dropdown-autocomplete)
6+
[![npm][npm-badge]][npm-url] [![npm][npm-downloads]][npm-url]
47

58
Based on https://bit.ly/2AFjUsj, the most significant advantage of this package among all others is that you can have multiple autocomplete's on your page after following instructions below. Works on Android and IOS.
69
<p align="center">

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"name": "react-native-dropdown-autocomplete",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"author": "maxkordiyak",
55
"repository": "maxkordiyak/react-native-dropdown-autocomplete",
66
"license": "MIT",
77
"main": "index.js",
8+
"keywords": [
9+
"react-native",
10+
"dropdown",
11+
"autocomplete",
12+
"react-native-modal",
13+
"react-native-dropdown"
14+
],
815
"dependencies": {
916
"prop-types": "^15.6.2",
1017
"query-string": "^6.2.0",

0 commit comments

Comments
 (0)