An open API service indexing awesome lists of open source software.

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

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';

```