All Projects β†’ lukebrandonfarrell β†’ react-native-navigation-search-bar

lukebrandonfarrell / react-native-navigation-search-bar

Licence: other
React Native Navigation Search Bar with Collapsible Header πŸ€”It's that simple!

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to react-native-navigation-search-bar

React Native Navigation
A complete native navigation solution for React Native
Stars: ✭ 12,387 (+20206.56%)
Mutual labels:  react-native-navigation
Movieapp
Discover Movies and TV shows - React Native
Stars: ✭ 1,766 (+2795.08%)
Mutual labels:  react-native-navigation
react-native-navigation-drawer-extension
Drawer API built on top of wix react-native-navigation for iOS and Android (with TypeScript!)
Stars: ✭ 151 (+147.54%)
Mutual labels:  react-native-navigation
react-native-typescript
react-native + typescript + redux + react-native-navigation
Stars: ✭ 15 (-75.41%)
Mutual labels:  react-native-navigation
navigation-mobx-example
proof of concept project to use mobX in react-native-navigation
Stars: ✭ 47 (-22.95%)
Mutual labels:  react-native-navigation
rukatuk-mobile
The Official App for Ruk-A-Tuk Promotions
Stars: ✭ 18 (-70.49%)
Mutual labels:  react-native-navigation
virena
A React-Native navigation prototyping tool on the desktop.
Stars: ✭ 58 (-4.92%)
Mutual labels:  react-native-navigation
DLReactNativeArchitecture
React Native Architecture
Stars: ✭ 18 (-70.49%)
Mutual labels:  react-native-navigation
React-Native-developer-roadmap
πŸ“’ React Native is a cross-platform library to build mobile apps using React and JavaScript. This guide is to help you in your React Native journey. this repo contain a great the resources you need to work with React Native art,(Articles, Tutorials)
Stars: ✭ 565 (+826.23%)
Mutual labels:  react-native-navigation
reactnative-typescript
Playground and evolution of learnings done in react native with typescript
Stars: ✭ 28 (-54.1%)
Mutual labels:  react-native-elements
acgnfuns-app
A react native app based on expo, dva, etc.
Stars: ✭ 14 (-77.05%)
Mutual labels:  react-native-elements
crossbones
Fullstackian award, 1707-FSA-NY. a cross-platform barebones react native setup inspired by https://github.com/FullstackAcademy/bones by
Stars: ✭ 19 (-68.85%)
Mutual labels:  react-native-elements
r-search-extension
The ultimate search extension for R
Stars: ✭ 15 (-75.41%)
Mutual labels:  search-bar
react-native-header-search-bar
Fully customizable header search bar for React Native
Stars: ✭ 101 (+65.57%)
Mutual labels:  search-bar
docs-searchbar.js
Front-end search bar for documentation with Meilisearch
Stars: ✭ 128 (+109.84%)
Mutual labels:  search-bar

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].