react-native-web-metro-wrong-stack-for-pwas

Using React Native + Expo rendered via react-native-web + Metro bundler for a PWA creates worst-of-both-worlds: 50+ Expo deps, 434KB lockfile, slower bundle than native web stacks. A PWA should be built on Next.js, Remix, or SvelteKit — not RN-web. The platform mismatch degrades performance and adds irrelevant mobile-native complexity.