Gathering detailed insights and metrics for react-native-header-search-bar-custom
Gathering detailed insights and metrics for react-native-header-search-bar-custom
Gathering detailed insights and metrics for react-native-header-search-bar-custom
Gathering detailed insights and metrics for react-native-header-search-bar-custom
Fully customizable header search bar for React Native
npm install react-native-header-search-bar-custom
Typescript
Module System
Node Version
NPM Version
iPhoneXFamily Notch StatusBar Design Hotfix 📏
Updated on Mar 09, 2020
Design is a bit changed for StatusBar 🧮
Updated on Mar 09, 2020
Android: TextInput Design Hotfix 🤩
Updated on Dec 20, 2019
New version 0.1.7: onFocus for SearchBox 😇
Updated on Dec 20, 2019
InputTextDisable design bug is fixed for android 🔥
Updated on Dec 20, 2019
iPhones without notch design problem is fixed. Also better style coding
Updated on Dec 20, 2019
JavaScript (48.61%)
Objective-C (18.67%)
Ruby (12.41%)
Java (11.73%)
Starlark (8.57%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
122 Stars
101 Commits
9 Forks
2 Watchers
7 Branches
3 Contributors
Updated on Apr 19, 2025
Latest Version
0.1.8
Package Id
react-native-header-search-bar-custom@0.1.8
Unpacked Size
17.18 kB
Size
5.12 kB
File Count
12
NPM Version
6.13.4
Node Version
10.18.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Add the dependency:
1npm i react-native-header-search-bar
1"react": ">= 16.x.x", 2"react-native": ">= 0.55.x", 3"react-native-androw": ">= 0.0.33", 4"react-native-vector-icons": ">= 6.6.0", 5"react-native-safe-area-context": ">= 0.6.1", 6"react-native-dynamic-vector-icons": ">= 0.2.1", 7"@freakycoder/react-native-helpers": ">= 0.0.21"
1import { 2 HeaderSearchBar, 3 HeaderClassicSearchBar 4} from "react-native-header-search-bar";
1<HeaderSearchBar onChangeText={text => console.log(text)} />
1<HeaderClassicSearchBar onChangeText={text => console.log(text)} />
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 |
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 |
Header Search Bar Component is designed by: Jawadur Rahman
FreakyCoder, kurayogun@gmail.com
React Native Header Search Bar is available under the MIT license. See the LICENSE file for more info.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
36 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More