Revert D17486030: C++ Fabric Core LayoutAnimations

Differential Revision:
D17486030

Original commit changeset: 95c72cf9fc2b

fbshipit-source-id: fa7ef058f5d0dea0154c62718a8a11d9330698d9
This commit is contained in:
Ishan Khot
2020-05-20 16:31:18 -07:00
committed by Facebook GitHub Bot
parent 6a15d7487f
commit eb504e613e
26 changed files with 66 additions and 1658 deletions
@@ -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() {