Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/react-native/scripts/cocoapods/new_architecture.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,13 @@ def self.install_modules_dependencies(spec, new_arch_enabled, folly_version = He

depend_on_js_engine(spec)
add_rn_third_party_dependencies(spec)
add_rncore_dependency(spec)

spec.pod_target_xcconfig = current_config

# add_rncore_dependency must be called after setting pod_target_xcconfig
# because it reads and modifies the xcconfig. If called before, its changes
# would be overwritten by the assignment above.
add_rncore_dependency(spec)
end

def self.extract_react_native_version(react_native_path, file_manager: File, json_parser: JSON)
Expand Down
287 changes: 0 additions & 287 deletions packages/react-native/scripts/ios-prebuild/React-umbrella.h

This file was deleted.

Loading
Loading