Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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
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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.