react-native-web-pwa-structural-antipattern

Using React Native + Expo rendered via react-native-web as a PWA is a worst-of-both-worlds architecture: 50+ Expo deps, 434KB lockfile, slower bundle than native web stacks. PWAs should use Next.js, Remix, or SvelteKit directly. The RN-web approach carries mobile-native overhead with none of the mobile-native benefits.