From 5c77748632dfd2c47ee8a5b8b2f519d6ed70c484 Mon Sep 17 00:00:00 2001 From: Alfonso Curbelo Date: Mon, 10 Jun 2024 12:56:28 -0400 Subject: [PATCH] Fix bad cherry-pick conflict in react_native_pods (2) --- packages/react-native/scripts/react_native_pods.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/react-native/scripts/react_native_pods.rb b/packages/react-native/scripts/react_native_pods.rb index 9b1feff7de4..ba4caf29773 100644 --- a/packages/react-native/scripts/react_native_pods.rb +++ b/packages/react-native/scripts/react_native_pods.rb @@ -242,14 +242,8 @@ def react_native_post_install( flipper_post_install(installer) end - fabric_enabled = ENV['RCT_FABRIC_ENABLED'] == '1' - hermes_enabled = ENV['USE_HERMES'] == '1' privacy_file_aggregation_enabled = ENV['RCT_AGGREGATE_PRIVACY_FILES'] == '1' - if hermes_enabled - ReactNativePodsUtils.set_gcc_preprocessor_definition_for_React_hermes(installer) - end - fabric_enabled = ReactNativePodsUtils.has_pod(installer, 'React-Fabric') ReactNativePodsUtils.exclude_i386_architecture_while_using_hermes(installer)