react-native-web-plus-metro-wrong-architecture-for-pwa

Using React Native + Expo + react-native-web + Metro as a PWA stack adds 50+ Expo dependencies, a 434KB lockfile, and significantly slower bundle times compared to a native web framework. PWA projects should use Next.js, Remix, or SvelteKit — RN-web produces worst-of-both-worlds: mobile component model with web delivery overhead. Assess any ‘web app’ repo for this anti-pattern before committing to it.