Commit d12758c
fix(rn-tester): use framework-style import for RCTFabricComponentsPlugins.h
The quoted form resolves only under CocoaPods (header maps re-vend the
bare filename via FACADE_REEXPOSED_HEADERS in rncore_facades.rb).
SwiftPM exposes React headers as an include directory, so the header is
only reachable as <React/RCTFabricComponentsPlugins.h> — the quoted
import makes MyNativeView fail to compile when rn-tester is converted
to SwiftPM. The angle form resolves under both distributions.
Cherry-picked from the SPM stack (ecdd1771019).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent c1843c4 commit d12758c
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments