creating-reanimated-animations

Generate React Native Reanimated animation code for v3 and v4 projects.

10|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/estevg/skills --skill creating-reanimated-animations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-reanimated-animations
Source: https://github.com/estevg/skills/tree/main/plugins/creating-reanimated-animations/skills/creating-reanimated-animations
Command: npx skills add https://github.com/estevg/skills --skill creating-reanimated-animations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates ready-to-use React Native Reanimated animation code for a wide range of motion patterns.

Core Features & Use Cases

  • Supports both Reanimated v3 and v4, including transitions, gestures, layout animations, and shared-element transitions.
  • Auto-detects version from the project's package.json and outputs compatible code and usage guidance.
  • Includes real-world patterns such as accordion, bottom sheet, parallax, flip card, and collapsing header.

Quick Start

Describe the animation you want (for example, a parallax header), and I will generate a ready-to-run Reanimated code snippet.

Frequently Asked Questions about creating-reanimated-animations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate React Native Reanimated animation code for a parallax header?

Yes, you can build shared element transitions and layout animations in Reanimated v3 and v4 projects. The Skill inspects your project's package.json to auto-detect the version and outputs compatible animation code.

What Reanimated patterns can I generate for React Native gestures and transitions?

You can generate Reanimated patterns for React Native gestures and transitions including accordions, bottom sheets, flip cards, and shared-element transitions. The Skill provides ready-to-use code snippets for these real-world motion patterns.

Does this work with both Reanimated v3 and v4 for building worklet-based animations?

Yes, this works with both Reanimated v3 and v4 for building worklet-based animations. It automatically detects your project version from package.json to ensure the generated animation code is fully compatible.

What is the best way to create a React Native bottom sheet animation with Reanimated?

The best way to create a React Native bottom sheet animation with Reanimated is to specify the pattern you need. The Skill generates performant, ready-to-use code snippets utilizing worklets and gestures for smooth scroll-linked effects.

Are there limitations when generating Reanimated code for shared element transitions?

A limitation when generating Reanimated code for shared element transitions is that the Skill requires inspecting your project's package.json first. It outputs compatible code based on the detected Reanimated v3 or v4 version.