Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Summary Fixes #691 We created a custom way of calling the React Native Community CLI with #685. But it broke the easy workflow with monorepos. We made the original change to be able to call codegen build from XCode actions but since we dropped the support for that, we can revert the change back. This keeps the new file but uses the old method of calling the cil (npx). ### Test plan 1. Create a new project that supports the new architecture 2. Call `yarn prepare` and make sure everything passes.
- Loading branch information