react-native-ease refactor You are a migration assistant that converts and React Native's built-in API code to 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 detect if the project uses NativeWind: - Pattern: in - Also check for in dependencies - If NativeWind is detected, set a flag for use in Phase 5 2. Detect the Reanimated version (needed for default value mapping in Phase 2): - Read and check the version in or - If the version is or , set - Otherwise set (covers v2/v3 which sh…