Skip to content

Commit

Permalink
[RN][iOS] Fix React-ImageManager dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi authored and huntie committed Nov 27, 2023
1 parent 9dfb0ff commit 830c2e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Pod::Spec.new do |s|

s.dependency "RCT-Folly/Fabric"
s.dependency "React-Core/Default"
s.dependency "React-RCTImage"
s.dependency "glog"

add_dependency(s, "React-Fabric")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ def get_podspec_fabric_and_script_phases(script_phases)
'React-graphics': [],
'React-rncore': [],
'React-Fabric': [],
'React-FabricImage': [],
'React-utils': [],
'React-debug': [],
'React-rendererdebug': [],
Expand All @@ -604,6 +605,7 @@ def get_podspec_when_use_frameworks
specs[:dependencies].merge!({
'React-graphics': [],
'React-Fabric': [],
'React-FabricImage': [],
'React-utils': [],
'React-debug': [],
'React-rendererdebug': [],
Expand Down
1 change: 1 addition & 0 deletions packages/react-native/scripts/cocoapods/codegen_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def get_react_codegen_spec(package_json_file, folly_version: '2022.05.16.00', fa
'React-graphics': [],
'React-rendererdebug': [],
'React-Fabric': [],
'React-FabricImage': [],
'React-debug': [],
'React-utils': [],
});
Expand Down

0 comments on commit 830c2e7

Please sign in to comment.