react-native-web-expo-anti-pattern-for-pwas

Using React Native + Expo + Metro bundler as a PWA foundation (via react-native-web) is an architectural anti-pattern: results in 50+ excess Expo dependencies, ~434KB lockfile bloat, and slower bundle than native web stacks. PWAs should be built on Next.js, Remix, or SvelteKit. RN-web trades PWA performance for code-sharing that rarely delivers value at small team scale.