File tree Expand file tree Collapse file tree 12 files changed +67
-9
lines changed
ReactAndroid/src/main/java/com/facebook/react/fabric/jni Expand file tree Collapse file tree 12 files changed +67
-9
lines changed Original file line number Diff line number Diff line change 1010#import < React/RCTPrimitives.h>
1111#import < React/RCTSurfacePresenterStub.h>
1212#import < React/RCTSurfaceStage.h>
13+ #import < ReactCommon/RuntimeExecutor.h>
1314#import < react/utils/ContextContainer.h>
14- #import < react/utils/RuntimeExecutor.h>
1515
1616NS_ASSUME_NONNULL_BEGIN
1717
Original file line number Diff line number Diff line change 1717#import < React/RCTSurfacePresenter.h>
1818#import < React/RCTSurfacePresenterStub.h>
1919
20+ #import < ReactCommon/RuntimeExecutor.h>
2021#import < react/utils/ContextContainer.h>
2122#import < react/utils/ManagedObjectWrapper.h>
22- #import < react/utils/RuntimeExecutor.h>
2323
2424using namespace facebook ::react;
2525
Original file line number Diff line number Diff line change 99
1010#include < CoreFoundation/CFRunLoop.h>
1111#include < CoreFoundation/CoreFoundation.h>
12+ #include < ReactCommon/RuntimeExecutor.h>
1213#include < react/core/EventBeat.h>
13- #include < react/utils/RuntimeExecutor.h>
1414
1515namespace facebook {
1616namespace react {
Original file line number Diff line number Diff line change 77
88#include < CoreFoundation/CFRunLoop.h>
99#include < CoreFoundation/CoreFoundation.h>
10+ #include < ReactCommon/RuntimeExecutor.h>
1011#include < react/core/EventBeat.h>
11- #include < react/utils/RuntimeExecutor.h>
1212
1313namespace facebook {
1414namespace react {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ rn_xplat_cxx_library(
3232 react_native_xplat_target ("fabric/scheduler:scheduler" ),
3333 react_native_xplat_target ("fabric/componentregistry:componentregistry" ),
3434 react_native_xplat_target ("fabric/components/scrollview:scrollview" ),
35- react_native_xplat_target ("utils:utils " ),
35+ react_native_xplat_target ("runtimeexecutor:runtimeexecutor " ),
3636 react_native_target ("jni/react/jni:jni" ),
3737 "//xplat/fbsystrace:fbsystrace" ,
3838 "//xplat/folly:molly" ,
Original file line number Diff line number Diff line change 1010#include < mutex>
1111#include < unordered_set>
1212
13+ #include < ReactCommon/RuntimeExecutor.h>
1314#include < fbjni/fbjni.h>
1415#include < react/core/EventBeat.h>
15- #include < react/utils/RuntimeExecutor.h>
1616
1717namespace facebook {
1818namespace react {
Original file line number Diff line number Diff line change 1010#include < memory>
1111#include < mutex>
1212
13+ #include < ReactCommon/RuntimeExecutor.h>
1314#include < react/componentregistry/ComponentDescriptorFactory.h>
1415#include < react/componentregistry/ComponentDescriptorRegistry.h>
1516#include < react/components/root/RootComponentDescriptor.h>
2122#include < react/uimanager/UIManagerBinding.h>
2223#include < react/uimanager/UIManagerDelegate.h>
2324#include < react/utils/ContextContainer.h>
24- #include < react/utils/RuntimeExecutor.h>
2525
2626namespace facebook {
2727namespace react {
Original file line number Diff line number Diff line change 77
88#pragma once
99
10+ #include < ReactCommon/RuntimeExecutor.h>
1011#include < react/componentregistry/ComponentDescriptorFactory.h>
1112#include < react/core/EventBeat.h>
1213#include < react/utils/ContextContainer.h>
13- #include < react/utils/RuntimeExecutor.h>
1414
1515namespace facebook {
1616namespace react {
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ rn_xplat_cxx_library(
6363 react_native_xplat_target ("fabric/core:core" ),
6464 react_native_xplat_target ("fabric/componentregistry:componentregistry" ),
6565 react_native_xplat_target ("fabric/debug:debug" ),
66- react_native_xplat_target ("utils:utils " ),
66+ react_native_xplat_target ("runtimeexecutor:runtimeexecutor " ),
6767 ],
6868)
6969
Original file line number Diff line number Diff line change 1+ ---
2+ Checks : ' >
3+ clang-diagnostic-*,
4+ '
5+ ...
You can’t perform that action at this time.
0 commit comments