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
npm install react-native-sticky-parallax-header
Typescript
Module System
Node Version
NPM Version
43.1
Supply Chain
61.4
Quality
66.8
Maintenance
50
Vulnerability
93.8
License
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%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
372,234
Last Day
338
Last Week
2,390
Last Month
9,634
Last Year
123,011
MIT License
1,996 Stars
738 Commits
195 Forks
27 Watchers
89 Branches
216 Contributors
Updated on Feb 11, 2025
Minified
Minified + Gzipped
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
-34.2%
338
Compared to previous day
Last Week
16.3%
2,390
Compared to previous week
Last Month
48.5%
9,634
Compared to previous month
Last Year
41.2%
123,011
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
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
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
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-03
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 Morereact-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>
@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>
@avkholion/react-native-parallax-scroll-view
A ScrollView-like component with parallax and sticky header support