Skip to content

Commit aa7d1c6

Browse files
committed
[LOCAL] Fix React-FabricComponents.podspec after Modal changes
1 parent 9a4e1df commit aa7d1c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactCommon/React-FabricComponents.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Pod::Spec.new do |s|
109109
sss.dependency folly_dep_name, folly_version
110110
sss.compiler_flags = folly_compiler_flags
111111
sss.source_files = "react/renderer/components/modal/**/*.{m,mm,cpp,h}"
112-
sss.exclude_files = "react/renderer/components/modal/tests"
112+
sss.exclude_files = ["react/renderer/components/modal/tests", "react/renderer/components/modal/platform/android/**/*.{cpp,h}"]
113113
sss.header_dir = "react/renderer/components/modal"
114114
end
115115

0 commit comments

Comments
 (0)