react-native-web-pwa-antipattern-bundle-cost

Using React Native + Expo rendered via react-native-web + Metro as a PWA is a structural antipattern: it introduces 50+ Expo dependencies and a 434KB lockfile for a web-only target. The correct PWA stack is Next.js/Remix/SvelteKit — RN-web adds complexity and bundle size with no benefit when native mobile is not a target. Identify this pattern in any repo before extending it.