项目作者: aspect-apps

项目描述 :
React Native Navigation Search Bar with Collapsible Header 🤔It's that simple!
高级语言: JavaScript
项目地址: git://github.com/aspect-apps/react-native-navigation-search-bar.git




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

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

or

  1. yarn add react-native-navigation-search-bar

Usage

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

  1. import { RNNSearchBar } from "react-native-navigation-search-bar";
  2. // register our drawer component with RNN
  3. <RNNSearchBar
  4. componentId={componentId} // <-- RNN component id
  5. statusBarHeight={statusBarHeight} // <-- prop status bar height
  6. search={...}
  7. onChangeText={...}
  8. ></RNNSearchBar>

Authors

License

This project is licensed under the MIT License