We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a998e commit e0c8931Copy full SHA for e0c8931
README.md
@@ -1,5 +1,10 @@
1
# react-native-js-material-searchbar
2
3
+<p>
4
+<img src="https://img.shields.io/npm/dm/react-native-js-material-searchbar.svg" />
5
+<img src="https://img.shields.io/npm/dt/react-native-js-material-searchbar.svg" />
6
+</p>
7
+
8
A React Native material search bar for Android that follows the Google's material design guidelines.
9
See more on: https://material.io/guidelines/patterns/search.html#search-in-app-search
10
@@ -10,7 +15,7 @@ See more on: https://material.io/guidelines/patterns/search.html#search-in-app-s
15
## Getting started
11
16
12
17
```sh
13
-$ yarn add InterfaceKit/react-native-js-material-searchbar
18
+$ yarn add react-native-js-material-searchbar
14
19
```
20
21
## Usage
0 commit comments