mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook Github Bot
parent
45bd2b514b
commit
3e4a8e35fe
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user