Commit 19e42fb
fix(ci): Set REACT_NATIVE_NODE_MODULES_DIR for perf test iOS builds
The podspec's node resolution finds packages/core/node_modules/react-native
(0.80.1) instead of the perf test app's (0.85.1) due to yarn workspace
symlink resolution. This causes NEW_HERMES_RUNTIME to not be defined,
and the old Hermes static profiling API (removed in RN 0.85) to be compiled.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c584857 commit 19e42fb
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| |||
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
0 commit comments