Socket
Socket
Sign inDemoInstall

react-native-navigation-search-bar

Package Overview
Dependencies
1
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-navigation-search-bar

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


Version published
Maintainers
5
Weekly downloads
17
decreased by-5.56%

Weekly downloads

Readme

Source

version license downloads


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

Keywords

FAQs

Last updated on 04 Jun 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc