Skip to content

Commit

Permalink
Update new_architecture.rb for React-ImageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
billnbell committed Jul 7, 2023
1 parent 1706066 commit 51e8515
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native/scripts/cocoapods/new_architecture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def self.install_modules_dependencies(spec, new_arch_enabled, folly_version)
header_search_paths << "\"${PODS_CONFIGURATION_BUILD_DIR}/React-RCTFabric/RCTFabric.framework/Headers\""
header_search_paths << "\"${PODS_CONFIGURATION_BUILD_DIR}/React-utils/React_utils.framework/Headers\""
header_search_paths << "\"${PODS_CONFIGURATION_BUILD_DIR}/React-debug/React_debug.framework/Headers\""
header_search_paths << "\"${PODS_CONFIGURATION_BUILD_DIR}/React-ImageManager/React_ImageManager.framework/Headers\""
header_search_paths << "\"$(PODS_CONFIGURATION_BUILD_DIR)/React-rendererdebug/React_rendererdebug.framework/Headers\""
end
header_search_paths_string = header_search_paths.join(" ")
Expand Down Expand Up @@ -140,6 +141,7 @@ def self.install_modules_dependencies(spec, new_arch_enabled, folly_version)
spec.dependency "React-graphics"
spec.dependency "React-utils"
spec.dependency "React-debug"
spec.dependency "React-ImageManager"
spec.dependency "React-rendererdebug"

if ENV["USE_HERMES"] == nil || ENV["USE_HERMES"] == "1"
Expand Down

0 comments on commit 51e8515

Please sign in to comment.