mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert D17486030: C++ Fabric Core LayoutAnimations
Differential Revision: D17486030 Original commit changeset: 95c72cf9fc2b fbshipit-source-id: fa7ef058f5d0dea0154c62718a8a11d9330698d9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6a15d7487f
commit
eb504e613e
@@ -288,7 +288,7 @@ void Binding::installFabricUIManager(
|
||||
toolbox.runtimeExecutor = runtimeExecutor;
|
||||
toolbox.synchronousEventBeatFactory = synchronousBeatFactory;
|
||||
toolbox.asynchronousEventBeatFactory = asynchronousBeatFactory;
|
||||
scheduler_ = std::make_shared<Scheduler>(toolbox, nullptr, this);
|
||||
scheduler_ = std::make_shared<Scheduler>(toolbox, this);
|
||||
}
|
||||
|
||||
void Binding::uninstallFabricUIManager() {
|
||||
|
||||
Reference in New Issue
Block a user