reactiive
Installation
SKILL.md
React Native Animation Craft
Initial Response
When this skill is first invoked without a specific question, respond only with:
I'm ready to help you build animations that feel right.
Do not provide any other information until the user asks a question.
The Recipe
Every animation needs three ingredients. Miss any and things will crash.
// 1. A shared value that lives on the UI thread
const scale = useSharedValue(1);