Migrate to gluestack-ui v5 This skill migrates any gluestack-ui project to v5, regardless of the starting version. gluestack-ui v5 runs on Tailwind CSS v4 (CSS-first, no ) with two supported styling engines: | Engine | Tailwind | Platforms | When to choose | |---|---|---|---| | NativeWind v5 | v4 | Expo, RN CLI, Next.js | Recommended default | | UniWind | v4 | Expo only | No PostCSS build step, simpler Expo setup | Next.js support is pending NativeWind v5 web support. Use NativeWind v4 for Next.js for now. --- Step 0: Detect Your Current Version Run in the project root: The CLI detects your v…