
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
@fabfit/react-native-parallax-header
Advanced tools
Animated parallax headers for React Native as seen in our FabFit Studio App.
This component currently only supports iOS. It has not been tested in a production environment on Android.
Basic example (examples/src/screens/image ) | Overlay example (FabFit Studio iOS App) |
---|---|
![]() | ![]() |
npm install @fabfit/react-native-parallax-header
or
yard add @fabfit/react-native-parallax-header
import ParallaxHeader from '@fabfit/react-native-parallax-header';
const MyScreen = () => (
<ParallaxHeader
maxHeight={300}
minHeight={100}
heroImage={{ uri: 'https://source.unsplash.com/user/erondu/600x300' }}
>
<Text>All children will render below the parallax header</Text>
</ParallaxHeader>
);
Name | Description | Default |
---|---|---|
maxHeight (optional) | Sets the maximum height of the header | 550 |
minHeight (optional) | Sets the minimum height of the header | 170 |
children | React children | - |
renderOverlay | Renders an overlay over the parallax header, e.g text | - |
renderHeader | - | |
heroImage | React Native image props for display default image | - |
There are a number of examples that can be found in the /examples
directory. If you'd like to run the examples you will need to:
yarn ; yarn bootstrap
in the rootyarn example:ios
which will run the example directory in a simulatorFAQs
Animated parallax headers for React Native
We found that @fabfit/react-native-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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.