Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move cocoapods cli native_modules require from template to rn scripts
This resolves issues where the node_modules structure is not hoisted (like with pnpm). Since the template does not directly depend on the cli, it doesn't exist in the pnpm node_modules root. Moving it to the rn scripts makes sure that the relative require starts in the correct directory for both hoisted and pnpm structures.
- Loading branch information