Commit 741ffee
authored
fix: add Folly configuration for RN 0.77-0.79 with static frameworks (#59)
This fixes build failures when using `use_frameworks! :linkage => :static`
(often required for Firebase integration) on React Native 0.77-0.79.
The fix adds pod_target_xcconfig with:
- Header search paths for RCT-Folly
- Preprocessor definitions for FOLLY_NO_CONFIG and FOLLY_CFG_NO_COROUTINES
- C++ compiler flags for Folly mobile configuration
Reference: mrousavy/nitro#8251 parent 5c08287 commit 741ffee
1 file changed
Lines changed: 7 additions & 0 deletions
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
23 | 30 | | |
24 | 31 | | |
25 | 32 | | |
| |||
0 commit comments