React Native Reanimated Code Generator Generate performant animation code using React Native Reanimated. Supports both v3 and v4. Version Detection Check the project's to determine the version: - v4 (New Architecture only): requires as separate dependency - v3 (supports Legacy and New Architecture): single package install Setup Reanimated v4 (latest) Babel plugin: (must be last in plugins list). For Expo: no Babel config needed. Run after install. Reanimated v3 Babel plugin: (must be last in plugins list). Core Pattern Every animation follows three steps: Animation Selection | User wants | Fu…