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:
Kevin Gozali
2020-09-19 00:42:30 -07:00
committed by Facebook GitHub Bot
parent 57dd48b246
commit 7c93f5b001
39 changed files with 12 additions and 10 deletions
@@ -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"),
],
)