React Native Storybook Upgrades Upgrade one supported version step at a time. Do not jump from an older major directly to the latest release in a single pass. Rules - Detect the project's package manager first and use it consistently. - Detect the currently installed Storybook version from , lockfiles, and config files before editing anything. - Apply exactly one migration step per run. If a project is multiple versions behind, complete the next hop, verify it, and then report the next required hop. - During the step, convert any remaining stories to CSF instead of preserving compatibility mo…