react-native-web-is-wrong-architecture-for-pwa
Building a PWA on React Native Web + Expo Metro results in worst-of-both-worlds: 50+ Expo dependencies, 434KB lockfile, slower bundle than a native web stack, and no real PWA primitives. A PWA should be built on Next.js, Remix, or SvelteKit. RN-web is designed to share code with native mobile, not to produce optimal browser-first experiences.