fix(monorepo): add .npmrc with node-linker=hoisted for EAS Build compatibility

pnpm's default isolated dependency resolution prevents Metro/Babel from
finding transitive dependencies like babel-preset-expo and
@babel/plugin-transform-react-jsx during EAS Build. Using hoisted mode
creates a flat node_modules structure compatible with React Native tooling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-15 08:50:18 +01:00
parent a39e4ca7f7
commit a2569eb14e

1
.npmrc Normal file
View file

@ -0,0 +1 @@
node-linker=hoisted