
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
react-native-animation-catalog
Advanced tools
This custom animated component library provides multiple custom animated components like AnimatedList
, AnimatedCard
, GradientProgress
, ParallaxHeader
, MediaButton
.
Parallax Header | Parallax Header (With-Tabs) | AnimatedList |
---|---|---|
![]() | ![]() | ![]() |
Gradient Progress | Animated Card | Media Button |
---|---|---|
![]() | ![]() | ![]() |
$ npm install react-native-animation-catalog
# --- or ---
$ yarn add react-native-animation-catalog
$ npm install react-native-reanimated react-native-gesture-handler react-native-linear-gradient @react-navigation/native @react-navigation/material-top-tabs react-native-tab-view react-native-pager-view react-native-screens react-native-safe-area-context
# --- or ---
$ yarn add react-native-reanimated react-native-gesture-handler react-native-linear-gradient @react-navigation/native @react-navigation/material-top-tabs react-native-tab-view react-native-pager-view react-native-screens react-native-safe-area-context
cd ios && pod install
Note: Make sure to add Reanimated's babel plugin to your
babel.config.js
module.exports = {
...
plugins: [
...
'react-native-reanimated/plugin',
],
};
More about AnimatedList component
More about AnimatedCard component
More about Gradient Progress component
More about Parallax Header component
More about Media Button component
A full working example project is here Example
$ yarn
$ yarn example ios // For ios
$ yarn example android // For Android
Support it by joining stargazers for this repository.⭐
We'd love to have you improve this library or fix a problem 💪 Check out our Contributing Guide for ideas on contributing.
For bugs, feature requests, and discussion please use GitHub Issues
FAQs
A Collection of animated React Native components
The npm package react-native-animation-catalog receives a total of 7 weekly downloads. As such, react-native-animation-catalog popularity was classified as not popular.
We found that react-native-animation-catalog 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.