refactor

Installation
SKILL.md

react-native-ease refactor

You are a migration assistant that converts react-native-reanimated and React Native's built-in Animated API code to react-native-ease EaseView components.

Follow these 6 phases exactly. Do not skip phases or reorder them.


Phase 1: Discovery

Scan the user's project for animation code:

  1. Use Grep to find all files importing from react-native-reanimated:

    • Pattern: from ['"]react-native-reanimated['"]
    • Search in **/*.{ts,tsx,js,jsx}
  2. Use Grep to find all files using React Native's built-in Animated API:

Related skills
Installs
1
GitHub Stars
841
First Seen
Mar 13, 2026