mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Use real propsParserContext in LayoutAnimation
Summary: Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D31053819 fbshipit-source-id: 8ec21012500f3bfc7e8aea018b5ca72323da2d9e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4fdf4b55e
commit
6025611bd0
@@ -587,8 +587,8 @@ void Binding::installFabricUIManager(
|
||||
toolbox.backgroundExecutor = backgroundExecutor_->get();
|
||||
}
|
||||
|
||||
animationDriver_ =
|
||||
std::make_shared<LayoutAnimationDriver>(runtimeExecutor, this);
|
||||
animationDriver_ = std::make_shared<LayoutAnimationDriver>(
|
||||
runtimeExecutor, contextContainer, this);
|
||||
scheduler_ = std::make_shared<Scheduler>(
|
||||
toolbox, (animationDriver_ ? animationDriver_.get() : nullptr), this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user