react-native-web-pwa-worst-of-both-worlds

The TaskFlow repo uses React Native + Expo rendered via react-native-web + Metro as a PWA. This is a structural anti-pattern: 50+ Expo dependencies, 434KB lockfile, slower bundle than a native web stack, and the RN-web bridge adds latency with no upside in a browser context. PWAs should use Next.js, Remix, or SvelteKit — not RN-web.