2 |
React Native Stagger
3 |
4 |

5 |
6 | [](https://www.npmjs.org/package/@animatereactnative/stagger) [](https://expo.io/) [](https://www.npmjs.com/package/@animatereactnative/stagger) [](https://www.npmjs.com/package/@animatereactnative/stagger)

7 |
8 | React Native Stagger component, a cross-platform stagger orchestrator component, powered by Reanimated:
9 |
10 |
11 |
12 | - 🔋 Powered by **Reanimated 3** Layout Animations
13 | - 📱 Works with **Expo**
14 | - ✅ Cross-platform (iOS, Android, Web - requires `reanimated@>=3.4.0`)
15 | - ⚡️ 60-120fps
16 | - 🪝 Works with any React Native element/component
17 | - ⌨️ Written in TypeScript
18 |
19 | ## Installation
20 |
21 | ```sh
22 | npm install @animatereactnative/stagger
23 | ```
24 |
25 | > Also, you need to install [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated), and follow their installation instructions.
26 |
27 | ## Usage
28 |
29 | ```js
30 | import { Stagger } from '@animatereactnative/stagger';
31 |
32 | // ...
33 |
34 | export function Example() {
35 | return (
36 |