Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

Awesome Lists containing this project

README

        



version


license


downloads





React Native Navigation Search Bar

A 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