Fix bad cherry-pick conflict in react_native_pods (2)

This commit is contained in:
Alfonso Curbelo
2024-06-10 12:56:28 -04:00
parent b7c2a1c88d
commit 5c77748632
@@ -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)