Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrathchaos/react-native-header-search-bar
Fully customizable header search bar for React Native
https://github.com/wrathchaos/react-native-header-search-bar
android apple freakycoder front-end google header ios javascript js mobile programming react react-native reactjs search search-bar
Last synced: 13 days ago
JSON representation
Fully customizable header search bar for React Native
- Host: GitHub
- URL: https://github.com/wrathchaos/react-native-header-search-bar
- Owner: WrathChaos
- License: mit
- Created: 2019-10-08T18:53:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-21T00:16:27.000Z (about 1 year ago)
- Last Synced: 2024-10-25T16:58:28.108Z (19 days ago)
- Topics: android, apple, freakycoder, front-end, google, header, ios, javascript, js, mobile, programming, react, react-native, reactjs, search, search-bar
- Language: JavaScript
- Homepage: https://freakycoder.com
- Size: 3.86 MB
- Stars: 118
- Watchers: 3
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-header-search-bar)
[![Fully customizable header search bar for React Native](https://img.shields.io/badge/-Fully%20customizable%20header%20search%20bar%20for%20React%20Native-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-header-search-bar)
[![npm version](https://img.shields.io/npm/v/react-native-header-search-bar.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-header-search-bar)
[![npm](https://img.shields.io/npm/dt/react-native-header-search-bar.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-header-search-bar)
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg?style=for-the-badge)](https://github.com/prettier/prettier)
Header Search Bar
Header Classic Search Bar
## Installation
Add the dependency:
### React Native:
```ruby
npm i react-native-header-search-bar
```## Peer Dependencies
###### IMPORTANT! You need install them.
```js
"react-native-androw": ">= 0.0.33",
"react-native-vector-icons": ">= 6.6.0",
"react-native-safe-area-context": ">= 0.6.1",
"react-native-dynamic-vector-icons": ">= 0.2.1",
"@freakycoder/react-native-helpers": ">= 0.0.21"
```# Component Options
- HeaderSearchBar
- HeaderClassicSearchBar## Import
```js
import {
HeaderSearchBar,
HeaderClassicSearchBar
} from "react-native-header-search-bar";
```# HeaderSearchBar Usage
```jsx
console.log(text)} />
```# HeaderClassicSearchBar Usage
```jsx
console.log(text)} />
```# Configuration - Props
## Main Props
| Property | Type | Default | Description |
| -------------------- | :-------: | :---------------: | ---------------------------------------------------------- |
| backgroundColor | color | #fff | change the background color |
| shadowColor | color | #000 | change the main shadow color |
| firstTitle | string | Find your | set the first title itself |
| secondTitle | string | Favorite Art Work | set the second title itself |
| firstTitleColor | color | #959597 | change the first title's text color |
| secondTitleColor | color | #34343b | change the second title's text color |
| firstTitleFontSize | number | 18 | change the first title font size |
| secondTitleFontSize | number | 18 | change the second title font size |
| iconComponent | component | hamburger icon | set your own component instead of hamburger icon component |
| onPressHamburgerIcon | function | null | set your own function when hamburger icon is on pressed |## SearchBox Props
| Property | Type | Default | Description |
| ------------------------ | :-------: | :-----------------------: | ----------------------------------------------------- |
| iconName | string | search | set the icon name |
| iconType | string | EvilIcons | set the icon type |
| iconSize | number | 25 | set the icon size |
| iconColor | color | #000 | set the icon color |
| onChangeText | function | function | set your own logic for changing text |
| value | string | undefined | set the value for search box's text input |
| searchBoxText | string | What are you looking for? | set the search box's text |
| searchBoxTextStyle | style | default | set your own style for text input's style |
| searchBoxOnPress | function | function | set your own logic when tapping the search box itself |
| searchBoxWidth | number | 95% | change the search box's width |
| searchBoxBorderRadius | number | 8 | change the search box's border radius |
| searchBoxBackgroundColor | color | #f5f5f5 | change the search box's background color |
| iconComponent | component | Icon | set your own icon component instead of Icon |
| disableTextInput | boolean | false | disable or enable the text input itself |## Future Plans
- [x] ~~LICENSE~~
- [x] ~~Header Classic Search Bar Component~~
- [ ] Write an article about the lib on Medium## Inspiration
Header Search Bar Component is designed by: [Jawadur Rahman](https://www.instagram.com/p/B3RSEG9APnH/)
## Author
FreakyCoder, [email protected]
## License
React Native Header Search Bar is available under the MIT license. See the LICENSE file for more info.