Gathering detailed insights and metrics for @react-native-oh-tpl/react-native-sticky-parallax-header
Gathering detailed insights and metrics for @react-native-oh-tpl/react-native-sticky-parallax-header
npm install @react-native-oh-tpl/react-native-sticky-parallax-header
Typescript
Module System
Node Version
NPM Version
39.9
Supply Chain
62
Quality
76.2
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
116
Last Day
1
Last Week
2
Last Month
13
Last Year
116
MIT License
1,996 Stars
738 Commits
194 Forks
27 Watchers
89 Branches
216 Contributors
Updated on Feb 11, 2025
Minified
Minified + Gzipped
Latest Version
1.1.1-0.0.1
Package Id
@react-native-oh-tpl/react-native-sticky-parallax-header@1.1.1-0.0.1
Unpacked Size
857.13 kB
Size
106.89 kB
File Count
351
NPM Version
10.2.4
Node Version
20.11.0
Published on
Nov 07, 2024
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
2
Compared to previous week
Last Month
-13.3%
13
Compared to previous month
Last Year
0%
116
Compared to previous year
5
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
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
97 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-02-10
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