React Native, pnpm, and Monorepos: A Dependency Hoisting Journey
TL;DR
When working with React Native and pnpm, just use node-linker=hoisted instead of trying to selectively hoist individual packages. It will save you hours of debugging mysterious codegen errors and Kotlin compilation issues. (If you're in a monor...
heyradcode.hashnode.dev4 min read