Fabric ShadowTree (and co) was moved to mounting module

Summary: Because it's kinda more logical and we will rely on this in comming diffs.

Reviewed By: mdvacca

Differential Revision: D14587124

fbshipit-source-id: 94ae9410b4ffeffd0fcb4da4a0518f0bb0d2ba63
This commit is contained in:
Valentin Shergin
2019-04-01 10:50:50 -07:00
committed by Facebook Github Bot
parent 45bd2b514b
commit 3e4a8e35fe
14 changed files with 19 additions and 11 deletions
@@ -29,6 +29,7 @@ rn_xplat_cxx_library(
react_native_xplat_target("config:config"),
react_native_xplat_target("fabric/uimanager:uimanager"),
react_native_xplat_target("fabric/components/scrollview:scrollview"),
react_native_xplat_target("utils:utils"),
react_native_target("jni/react/jni:jni"),
"fbsource//xplat/fbsystrace:fbsystrace",
"fbsource//xplat/folly:molly",
@@ -18,8 +18,8 @@
#include <react/uimanager/ContextContainer.h>
#include <react/uimanager/Scheduler.h>
#include <react/uimanager/SchedulerDelegate.h>
#include <react/uimanager/TimeUtils.h>
#include <react/uimanager/primitives.h>
#include <react/utils/TimeUtils.h>
using namespace facebook::jni;
using namespace facebook::jsi;