From 0d69d2de071dd98a7cd5d68fc29e435331b1c6f3 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Tue, 24 Jun 2025 22:01:20 +0100 Subject: [PATCH] fix: use the right source_files for modal --- .../react-native/ReactCommon/React-FabricComponents.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/ReactCommon/React-FabricComponents.podspec b/packages/react-native/ReactCommon/React-FabricComponents.podspec index 79bb018674b..2c9e811738b 100644 --- a/packages/react-native/ReactCommon/React-FabricComponents.podspec +++ b/packages/react-native/ReactCommon/React-FabricComponents.podspec @@ -89,7 +89,7 @@ Pod::Spec.new do |s| end ss.subspec "modal" do |sss| - sss.source_files = podspec_sources("react/renderer/components/modal/**/*.{m,mm,cpp,h}", "react/renderer/components/modal/**/*.h") + sss.source_files = podspec_sources("react/renderer/components/modal/*.{m,mm,cpp,h}", "react/renderer/components/modal/*.h") sss.exclude_files = "react/renderer/components/modal/tests" sss.header_dir = "react/renderer/components/modal" end