React Native Confetti animation
Tags
Description
Installation
bunx @animatereactnative/cli@latest add react-native-confetti-animation
npx @animatereactnative/cli@latest add react-native-confetti-animation
yarn @animatereactnative/cli@latest add react-native-confetti-animation
pnpm dlx @animatereactnative/cli@latest add react-native-confetti-animation
Dependencies
| Package | Version |
|---|---|
@react-navigation/elements | ^2.6.3 |
react-native-fast-confetti | ^0.8.2 |
react-native-gesture-handler | ~2.28.0 |
react-native-reanimated | ~4.1.0 |
To install these dependencies, you can use the following command:
bun add @react-navigation/elements@"^2.6.3" react-native-fast-confetti@"^0.8.2" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0"
npm install @react-navigation/elements@"^2.6.3" react-native-fast-confetti@"^0.8.2" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0"
yarn install @react-navigation/elements@"^2.6.3" react-native-fast-confetti@"^0.8.2" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0"
pnpm install @react-navigation/elements@"^2.6.3" react-native-fast-confetti@"^0.8.2" react-native-gesture-handler@"~2.28.0" react-native-reanimated@"~4.1.0"