Description
Environment
RNEF 0.7.12
PNPM 10.11.0
Description
Reproducible Demo
- Create app straight from template using PNPM
- Run
rnef build:android
This can be fixed by:
echo "node-linker=hoisted" > .npmrc
pnpm install
However, we should be shipping a working template out of the box.
The options I see:
- create
.npmrc
with "node-linker=hoisted" when usingpnpm
(fast) - modify Android files to work with PNPM without hoisted node modules (probably harder)
Notes:
rnef build:ios
runs fine