feat: remove unused common folder (#1838)

PR removing common directory from library since it is not used currently due to no custom shadow nodes etc. in Fabric implementation.
This commit is contained in:
Wojciech Lewicki
2022-08-17 15:50:01 +02:00
committed by GitHub
parent 0a26639532
commit 778703d8a3
5 changed files with 1 additions and 55 deletions

View File

@@ -38,12 +38,6 @@ Pod::Spec.new do |s|
s.dependency "RCTRequired"
s.dependency "RCTTypeSafety"
s.dependency "ReactCommon/turbomodule/core"
s.subspec "common" do |ss|
ss.source_files = "common/cpp/**/*.{cpp,h}"
ss.header_dir = "rnsvg"
ss.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_TARGET_SRCROOT)/common/cpp\"" }
end
else
s.source_files = 'apple/**/*.{h,m,mm}'
s.exclude_files = 'apple/Utils/RNSVGFabricConversions.h'