mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Define modules and use modular headers to simplify Swift integration (#39148)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39148 This change adds another `DEFINES_MODULE` to React-ImageManager which is required to integrate with Swift. ## Changelog: [Internal] - Add Defines modules for React-ImageManager. ## Facebook: This work is required to collaborate with Expo on ExpoModules Reviewed By: dmytrorykun Differential Revision: D48648153 fbshipit-source-id: b06f049be2aedc9fb1ca4744fde0dda88cb74ece
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b80122c48f
commit
b8bf393e7c
+2
-1
@@ -57,7 +57,8 @@ Pod::Spec.new do |s|
|
||||
s.pod_target_xcconfig = {
|
||||
"USE_HEADERMAP" => "NO",
|
||||
"HEADER_SEARCH_PATHS" => header_search_paths.join(" "),
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
|
||||
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17",
|
||||
"DEFINES_MODULE" => "YES",
|
||||
}
|
||||
|
||||
s.dependency "RCT-Folly/Fabric"
|
||||
|
||||
Reference in New Issue
Block a user