reanimated-patterns
Installation
SKILL.md
Reanimated Patterns Skill
This skill covers React Native Reanimated for performant animations.
When to Use
Use this skill when:
- Implementing smooth animations
- Gesture-based interactions
- Complex animation sequences
- Performance-critical animations
Core Principle
UI THREAD ANIMATIONS - Reanimated runs animations on the UI thread for 60fps.
Installation
Related skills