Skip to content

Commit 623c229

Browse files
author
Luke Brandon Farrell
committed
fixed readme
1 parent b31af42 commit 623c229

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<p align="left">
2+
<a href="https://www.npmjs.com/package/react-native-navigation-search-bar" rel="nofollow">
3+
<img src="https://img.shields.io/npm/v/react-native-navigation-search-bar.svg?style=flat-square" alt="version" style="max-width:100%;" />
4+
</a>
5+
<a href="https://www.npmjs.com/package/react-native-navigation-search-bar" rel="nofollow">
6+
<img src="http://img.shields.io/npm/l/react-native-navigation-search-bar.svg?style=flat-square" alt="license" style="max-width:100%;" />
7+
</a>
8+
<a href="https://www.npmjs.com/package/react-native-navigation-search-bar" rel="nofollow">
9+
<img src="http://img.shields.io/npm/dt/react-native-navigation-search-bar.svg?style=flat-square" alt="downloads" style="max-width:100%;" />
10+
</a>
11+
<hr />
12+
</p>
13+
114
<h1 align="center">
215
<img src="https://github.com/lukebrandonfarrell/react-native-navigation-search-bar/blob/master/example%231.gif?raw=true"/><br/>
316
React Native Navigation Search Bar
@@ -8,13 +21,13 @@ A searcbar for [React Native Navigation](https://github.com/wix/react-native-nav
821
## Install
922

1023
```sh
11-
npm install react-native-navigation-drawer-extension --save
24+
npm install react-native-navigation-search-bar --save
1225
```
1326

1427
or
1528

1629
```sh
17-
yarn add react-native-navigation-drawer-extension
30+
yarn add react-native-navigation-search-bar
1831
```
1932

2033
## Usage

0 commit comments

Comments
 (0)