You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.
0 commit comments