https://github.com/newbiebr/react-native-magic-confetti
Beautiful and butter smooth confetti animation for React Native
https://github.com/newbiebr/react-native-magic-confetti
animation confetti rain react-native typescript
Last synced: 4 days ago
JSON representation
Beautiful and butter smooth confetti animation for React Native
- Host: GitHub
- URL: https://github.com/newbiebr/react-native-magic-confetti
- Owner: NewBieBR
- Created: 2020-04-17T03:06:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T19:49:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T20:37:43.489Z (6 months ago)
- Topics: animation, confetti, rain, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 7.8 MB
- Stars: 134
- Watchers: 6
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Native Magic Confetti
Beautiful and butter smooth confetti animation for React Native.
| Basic | Advanced | Real World |
| ------------- | ------------- | ------------- |
||
|
|
### Installation
- Intall [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
- Install this package
```bash
yarn add react-native-magic-confetti
# OR
npm add --save react-native-magic-confetti
```### Basic Usage
```jsx
import Confetti from 'react-native-magic-confetti';```
### Advanced Usage
```jsx
import Confetti from 'react-native-magic-confetti';
import FastImage from 'react-native-fast-image';```