How the react-native-ease refactor migration works
mainThe react-native-ease-refactor is a migration assistant designed to convert existing animation code from react-native-reanimated or React Native's built-in Animated API into react-native-ease EaseView components.
The migration process follows a strict 6-phase workflow, starting with a Discovery phase where the assistant scans the project to identify animation patterns, detect dependencies like NativeWind, and determine the version of react-native-reanimated in use. This information is used to ensure correct mapping of default values and unit conversions in later phases.