mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D20245569 fbshipit-source-id: 2fede4cfd7e0291aa6718d510bfe14ee175134df
This commit is contained in:
committed by
Facebook Github Bot
parent
899b314ca2
commit
6aa7030ce8
+1
-3
@@ -197,9 +197,7 @@ std::unique_ptr<JSExecutor> HermesExecutorFactory::createJSExecutor(
|
||||
makeHermesRuntimeSystraced(runtimeConfig_);
|
||||
HermesRuntime &hermesRuntimeRef = *hermesRuntime;
|
||||
auto decoratedRuntime = std::make_shared<DecoratedRuntime>(
|
||||
std::move(hermesRuntime),
|
||||
hermesRuntimeRef,
|
||||
jsQueue);
|
||||
std::move(hermesRuntime), hermesRuntimeRef, jsQueue);
|
||||
|
||||
// So what do we have now?
|
||||
// DecoratedRuntime -> HermesRuntime
|
||||
|
||||
@@ -256,7 +256,7 @@ void Binding::installFabricUIManager(
|
||||
"react_fabric:enabled_collapse_delete_create_mounting_instructions");
|
||||
|
||||
disableVirtualNodePreallocation_ = reactNativeConfig_->getBool(
|
||||
"react_fabric:disable_virtual_node_preallocation");
|
||||
"react_fabric:disable_virtual_node_preallocation");
|
||||
|
||||
disablePreallocateViews_ = reactNativeConfig_->getBool(
|
||||
"react_fabric:disabled_view_preallocation_android");
|
||||
|
||||
Reference in New Issue
Block a user