mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Move TurboModule Core from ReactCommon/turbomodule to ReactCommon/react/nativemodule
Summary: This diff moves the code of TurboModule Core from ReactCommon/turbomodule to ReactCommon/react/nativemodule For iOS: Pod spec name stays as "ReactCommon/turbomodule/..." for now, only the source/header location is affected. The target will be renamed/restructured closer to TurboModule rollout. changelog: [internal] Internal Reviewed By: RSNara Differential Revision: D23362253 fbshipit-source-id: c2c8207578e50821c7573255d4319b9051b58a37
This commit is contained in:
committed by
Facebook GitHub Bot
parent
57dd48b246
commit
7c93f5b001
@@ -51,7 +51,7 @@ rn_xplat_cxx_library(
|
||||
react_native_xplat_target("cxxreact:bridge"),
|
||||
],
|
||||
exported_deps = ([
|
||||
react_native_xplat_target("turbomodule/core:core"),
|
||||
react_native_xplat_target("react/nativemodule/core:core"),
|
||||
]) + ([
|
||||
"//xplat/jsi:jsi",
|
||||
]) if not IS_OSS_BUILD else [],
|
||||
|
||||
@@ -34,7 +34,7 @@ rn_xplat_cxx_library(
|
||||
exported_deps = [
|
||||
":callinvokerholder",
|
||||
"//xplat/jsi:jsi",
|
||||
react_native_xplat_target("turbomodule/core:core"),
|
||||
react_native_xplat_target("react/nativemodule/core:core"),
|
||||
react_native_target("java/com/facebook/react/reactperflogger/jni:jni"),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user