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:
-
Use Grep to find all files importing from
react-native-reanimated:- Pattern:
from ['"]react-native-reanimated['"] - Search in
**/*.{ts,tsx,js,jsx}
- Pattern:
-
Use Grep to find all files using React Native's built-in
AnimatedAPI:
Related skills