Commit 32db444
authored
[iOS] Add FabricComponents to Podfile (#3388)
## Description
This PR updates `RNGestureHandler.podspec` to fix builds on iOS, which broke after #3338.
Fixes #3385
## Test plan
Verified by users (see [issue](#3385))
Tested on fresh React Native 0.77 app with the following line in `Podfile`:
```rb
use_frameworks! :linkage => :static
```1 parent 7c3e002 commit 32db444
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
0 commit comments