NativeWind v4 for Expo (React Native) Non‑negotiables (v4) - Use Tailwind CSS v3 and include in . - Keep exactly one Tailwind entry CSS file (commonly ) and keep its path consistent across: - → - your app entry → (or from ) - Keep in Babel and set on . - After any config change, restart Metro without cache : . Quick start checklist Copy/paste and tick off: - [ ] Install deps (NativeWind + Tailwind + peers). See . - [ ] Create/verify (content globs + ). - [ ] Create/verify with Tailwind directives. - [ ] Create/verify (jsxImportSource + ). - [ ] Create/verify (wrap config with , set ). - [ ] I…