Gathering detailed insights and metrics for react-native-gizwits-sticky-parallax-header
Gathering detailed insights and metrics for react-native-gizwits-sticky-parallax-header
Gathering detailed insights and metrics for react-native-gizwits-sticky-parallax-header
Gathering detailed insights and metrics for react-native-gizwits-sticky-parallax-header
A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
npm install react-native-gizwits-sticky-parallax-header
Typescript
Module System
Node Version
NPM Version
TypeScript (88.17%)
Java (4.73%)
C++ (2.01%)
JavaScript (1.75%)
Objective-C++ (1.66%)
Starlark (0.56%)
Ruby (0.52%)
Makefile (0.45%)
Objective-C (0.11%)
Swift (0.03%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,022 Stars
738 Commits
193 Forks
26 Watchers
89 Branches
217 Contributors
Updated on Jul 10, 2025
Latest Version
2.0.2
Package Id
react-native-gizwits-sticky-parallax-header@2.0.2
Unpacked Size
47.93 MB
Size
46.19 MB
File Count
393
NPM Version
10.1.0
Node Version
20.7.0
Published on
Jul 27, 2024
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
1
2
22
Stickyheader.js is a simple React Native library, enabling to create a fully custom header for your iOS and Android apps.
Tabbed Header | Avatar Header | Details Header |
---|---|---|
![]() | ![]() | ![]() |
Check the live demo on Expo Snack here.
Predefined headers can be accessed through headerType="HeaderName"
property, each header can be configured according to your demands using the wide amount of properties. You can change all of them, or use it right out of the box with as little changes as possible to use it for your needs.
This is how you can add them in your app:
1import React from 'react'; 2import StickyParallaxHeader from 'react-native-sticky-parallax-header'; 3 4const TestScreen = () => ( 5 <> 6 <StickyParallaxHeader headerType="TabbedHeader" /> 7 {/* <StickyParallaxHeader headerType="AvatarHeader" /> */} 8 {/* <StickyParallaxHeader headerType="DetailsHeader" /> */} 9 </> 10); 11 12export default TestScreen;
Add latest package version
1$ yarn add react-native-sticky-parallax-header
Installation steps for React Native < 0.60.0
The gem is available as open source under the terms of the MIT License.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 6/14 approved changesets -- score normalized to 4
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
107 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