Skip to content

Commit e989d0b

Browse files
zhongwuzwfacebook-github-bot
authored andcommitted
Fix Fabric componentregistrynative spec not work (facebook#41602)
Summary: `componentregistry`'s `source_files` of spec contains the `componentregistrynative`'s `source_files`, it caused `componentregistrynative` spec not work. ![image](https://github.com/facebook/react-native/assets/5061845/9d8706d3-d5a4-4637-8cf4-db095264cda5) cc. sammy-SC ## Changelog: [IOS] [FIXED] - Fix Fabric componentregistrynative spec not work Pull Request resolved: facebook#41602 Test Plan: None. Reviewed By: javache Differential Revision: D51525001 Pulled By: cipolleschi fbshipit-source-id: 63f4ecb640f513170824cee6cbc800e805a81adb
1 parent 9071a3a commit e989d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/React-Fabric.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Pod::Spec.new do |s|
115115
s.subspec "componentregistry" do |ss|
116116
ss.dependency folly_dep_name, folly_version
117117
ss.compiler_flags = folly_compiler_flags
118-
ss.source_files = "react/renderer/componentregistry/**/*.{m,mm,cpp,h}"
118+
ss.source_files = "react/renderer/componentregistry/*.{m,mm,cpp,h}"
119119
ss.header_dir = "react/renderer/componentregistry"
120120
end
121121

0 commit comments

Comments
 (0)