зеркало из https://github.com/microsoft/rnx-kit.git
fix(react-native-host): make TM headers available to config plugins (#2420)
This commit is contained in:
Родитель
6d159de562
Коммит
32c5ee3e0b
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@rnx-kit/react-native-host": patch
|
||||
---
|
||||
|
||||
Make headers from `ReactCommon/turbomodule/core` available to config plugins
|
|
@ -31,10 +31,13 @@ Pod::Spec.new do |s|
|
|||
s.dependency 'React-Core'
|
||||
s.dependency 'React-cxxreact'
|
||||
|
||||
# Normally, we wouldn't need this unless New Arch was enabled. However,
|
||||
# Reanimated requires a header from here.
|
||||
s.dependency 'ReactCommon/turbomodule/core'
|
||||
|
||||
if new_arch_enabled
|
||||
s.dependency 'React-RCTAppDelegate'
|
||||
s.dependency 'React-RCTFabric'
|
||||
s.dependency 'ReactCommon/turbomodule/core'
|
||||
end
|
||||
|
||||
s.pod_target_xcconfig = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче