Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
rn-sticky-parallax-header
Advanced tools
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:
import React from 'react';
import StickyParallaxHeader from 'react-native-sticky-parallax-header';
const TestScreen = () => (
<>
<StickyParallaxHeader headerType="TabbedHeader" />
{/* <StickyParallaxHeader headerType="AvatarHeader" /> */}
{/* <StickyParallaxHeader headerType="DetailsHeader" /> */}
</>
);
export default TestScreen;
Add latest package version
$ 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.
FAQs
Stickyheader.js
The npm package rn-sticky-parallax-header receives a total of 0 weekly downloads. As such, rn-sticky-parallax-header popularity was classified as not popular.
We found that rn-sticky-parallax-header demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.