react-native-web-pwa-architectural-anti-pattern

Using React Native + Expo rendered via react-native-web + Metro for a PWA is a structural anti-pattern: 50+ Expo dependencies, 434KB lockfile, slower bundle than a native web stack. PWAs should use Next.js/Remix/SvelteKit directly. RN-web gives worst-of-both-worlds — native runtime overhead without native platform benefits, web delivery without web-native performance.