Gathering detailed insights and metrics for react-native-sticky-parallax-header
Gathering detailed insights and metrics for react-native-sticky-parallax-header
Gathering detailed insights and metrics for react-native-sticky-parallax-header
Gathering detailed insights and metrics for react-native-sticky-parallax-header
@react-native-oh-tpl/react-native-sticky-parallax-header
<div align="center"> <image align="center" src="./assets/readme_header.svg"/> </div> <div align="center"> <h1>Sticky Parallax Header</h1> </div>
react-native-parallax-scroll-view
A ScrollView-like component with parallax and sticky header support
react-native-gizwits-sticky-parallax-header
<div align="center"> <image align="center" src="./assets/readme_header.svg"/> </div> <div align="center"> <h1>Stickyheader.js</h1> </div>
@avkholion/react-native-parallax-scroll-view
A ScrollView-like component with parallax and sticky header support
A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
npm install react-native-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
1.1.1
Package Id
react-native-sticky-parallax-header@1.1.1
Unpacked Size
1.10 MB
Size
166.46 kB
File Count
351
NPM Version
8.19.3
Node Version
16.19.1
Published on
May 11, 2023
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
4
27
react-native-sticky-parallax-header is a simple React Native library, enabling to create a fully custom header layout for your iOS, Android and web apps.
Read the full Docs at: https://netguru.github.io/sticky-parallax-header/
Sticky Parallax Header ships with 3 different use cases for sticky headers and a possibility to create fully custom header!
Tabbed Header | Avatar Header | Details Header |
---|---|---|
![]() | ![]() | ![]() |
Check the live demo on Expo Snack here.
This is how you can display header in your app:
1import * as React from 'react' 2import { DetailsHeaderScrollView } from 'react-native-sticky-parallax-header' 3import { SafeAreaProvider } from 'react-native-safe-area-context' 4 5const TestScreen = () => ( 6 <SafeAreaProvider> 7 <DetailsHeaderScrollView {...scrollProps} {...detailsHeaderProps}> 8 {/** scroll view content */} 9 </DetailsHeaderScrollView> 10 </SafeAreaProvider> 11) 12 13export default TestScreen
:information_source: Library supports react-native version 0.64+
1$ yarn add react-native-sticky-parallax-header@rc
1yarn add react-native-reanimated react-native-safe-area-context
After installation:
npx pod-install
SafeAreaProvider
from react-native-safe-area-context
This library 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