Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebrandonfarrell/react-native-navigation-search-bar
React Native Navigation Search Bar with Collapsible Header π€It's that simple!
https://github.com/lukebrandonfarrell/react-native-navigation-search-bar
collapse-header react-native react-native-elements react-native-navigation search-bar
Last synced: 18 days ago
JSON representation
React Native Navigation Search Bar with Collapsible Header π€It's that simple!
- Host: GitHub
- URL: https://github.com/lukebrandonfarrell/react-native-navigation-search-bar
- Owner: lukebrandonfarrell
- Created: 2019-02-22T12:52:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-15T11:27:34.000Z (over 2 years ago)
- Last Synced: 2024-10-14T10:17:35.489Z (about 1 month ago)
- Topics: collapse-header, react-native, react-native-elements, react-native-navigation, search-bar
- Language: JavaScript
- Homepage:
- Size: 486 KB
- Stars: 63
- Watchers: 3
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Native Navigation Search BarA searcbar for [React Native Navigation](https://github.com/wix/react-native-navigation) which collapses the header when focussed. It's that simple!
## Install
```sh
npm install react-native-navigation-search-bar --save
```or
```sh
yarn add react-native-navigation-search-bar
```## Usage
This component wraps the react-native-elements [](https://react-native-elements.github.io/react-native-elements/docs/searchbar.html) with extra functionality for React Native Navigation.
```js
import { RNNSearchBar } from "react-native-navigation-search-bar";// register our drawer component with RNN
```
## Authors
* [**Luke Brandon Farrell**](https://lukebrandonfarrell.com/) - *Author*
## License
This project is licensed under the MIT License