We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80770d5 + 3a57645 commit 14d565cCopy full SHA for 14d565c
ReactNativeFileAccess.podspec
@@ -28,16 +28,6 @@ Pod::Spec.new do |s|
28
29
# Don't install the dependencies when we run `pod install` in the old architecture.
30
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
31
- s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
32
- s.pod_target_xcconfig = {
33
- "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
34
- "OTHER_CPLUSPLUSFLAGS" => "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
35
- "CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
36
- }
37
- s.dependency "React-Codegen"
38
- s.dependency "RCT-Folly"
39
- s.dependency "RCTRequired"
40
- s.dependency "RCTTypeSafety"
41
- s.dependency "ReactCommon/turbomodule/core"
+ install_modules_dependencies(s)
42
end
43
0 commit comments