react-native-web-metro-wrong-architecture-for-pwa
Using React Native + Expo + Metro bundler rendered via react-native-web for a PWA is worst-of-both-worlds: 50+ Expo deps, 434KB+ lockfile, slower bundle than a native web stack, and Metro’s web support is a shim not a first-class target. Web-native PWAs must use Next.js, Remix, or SvelteKit — not RN-web. The ARJ999/taskflow repo made this structural mistake; the rebuild (r-taskflow) corrects it.