react-native-web-expo-is-wrong-architecture-for-pwa

Using React Native + Expo compiled via react-native-web + Metro bundler for a PWA creates worst-of-both-worlds: 50+ Expo dependencies, 434KB lockfile, slower bundle than a native web stack, and none of the PWA primitives (service worker push, install prompt, manifest) are first-class. A PWA must be built on Next.js, Remix, or SvelteKit — not RN-web shim layer.