File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/react-native/scripts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
# @parameter react_native_path: relative path to react-native
10
10
def setup_fabric! ( react_native_path : "../node_modules/react-native" , new_arch_enabled : false )
11
- pod 'React-Fabric' , :path => "#{ react_native_path } /ReactCommon"
12
- pod 'React-graphics' , :path => "#{ react_native_path } /ReactCommon/react/renderer/graphics"
11
+ pod 'React-Fabric' , :path => "#{ react_native_path } /ReactCommon" , :modular_headers => true
12
+ pod 'React-graphics' , :path => "#{ react_native_path } /ReactCommon/react/renderer/graphics" , :modular_headers => true
13
13
pod 'React-RCTFabric' , :path => "#{ react_native_path } /React" , :modular_headers => true
14
14
pod 'React-ImageManager' , :path => "#{ react_native_path } /ReactCommon/react/renderer/imagemanager/platform/ios"
15
15
pod 'RCT-Folly/Fabric' , :podspec => "#{ react_native_path } /third-party-podspecs/RCT-Folly.podspec"
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ def use_react_native! (
117
117
pod 'React-Core/RCTWebSocket' , :path => "#{ prefix } /"
118
118
pod 'React-rncore' , :path => "#{ prefix } /ReactCommon"
119
119
pod 'React-cxxreact' , :path => "#{ prefix } /ReactCommon/cxxreact"
120
- pod 'React-debug' , :path => "#{ prefix } /ReactCommon/react/debug"
121
- pod 'React-utils' , :path => "#{ prefix } /ReactCommon/react/utils"
120
+ pod 'React-debug' , :path => "#{ prefix } /ReactCommon/react/debug" , :modular_headers => true
121
+ pod 'React-utils' , :path => "#{ prefix } /ReactCommon/react/utils" , :modular_headers => true
122
122
123
123
if hermes_enabled
124
124
setup_hermes! ( :react_native_path => prefix , :fabric_enabled => fabric_enabled )
You can’t perform that action at this time.
0 commit comments