Commit 1dbed97
authored
fix: use npx to call rnccli (#693)
### 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.1 parent cac236d commit 1dbed97
1 file changed
+1
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | 3 | | |
9 | 4 | | |
10 | 5 | | |
| |||
15 | 10 | | |
16 | 11 | | |
17 | 12 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 13 | + | |
51 | 14 | | |
0 commit comments