Skip to content
Snippets Groups Projects
Unverified Commit 65cf7d99 authored by Tommy Nguyen's avatar Tommy Nguyen
Browse files

Fix `build_codegen!` not finding `@react-native/codegen` in pnpm setups

`build_codegen!` currently assumes that `@react-native/codegen` gets
installed next to `react-native`. In a pnpm setup, it's found under
`/~/react-native/node_modules/@react-native/codegen` instead.

However, as @dmytrorykun pointed out, we don't actually need to build
it outside of this repository.
parent 55c2c33b
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment