Skip to content

React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!

Notifications You must be signed in to change notification settings

adderly/react-native-navigation-search-bar

 
 

Repository files navigation

version license downloads



React Native Navigation Search Bar

A searcbar for React Native Navigation which collapses the header when focussed. It's that simple!

Install

 npm install react-native-navigation-search-bar --save

or

 yarn add react-native-navigation-search-bar

Usage

This component wraps the react-native-elements with extra functionality for React Native Navigation.

import { RNNSearchBar } from "react-native-navigation-search-bar";

// register our drawer component with RNN
<RNNSearchBar
    componentId={componentId} // <-- RNN component id
    statusBarHeight={statusBarHeight} // <-- prop status bar height
    search={...}
    onChangeText={...}
    
 />

Authors

License

This project is licensed under the MIT License

About

React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.0%
  • Shell 3.0%