Skip to content

Commit a5ec1cd

Browse files
committed
[LOCAL] fix duplicated symbols on on Modal when using dynamic frameworks
1 parent aa7d1c6 commit a5ec1cd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ 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", "react/renderer/components/modal/platform/android/**/*.{cpp,h}"]
112+
sss.exclude_files = [
113+
"react/renderer/components/modal/tests",
114+
"react/renderer/components/modal/platform/android/**/*.{cpp,h}",
115+
"react/renderer/components/modal/platform/cxx/**/*.{cpp,h}"
116+
]
113117
sss.header_dir = "react/renderer/components/modal"
114118
end
115119

0 commit comments

Comments
 (0)