mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reintroduce experiment flag for Reparenting/Flattening Differ
Summary: This flag was deleted in D23374948 (https://github.com/facebook/react-native/commit/6729a3e0bfc01119c8513dfcbb1f5fbe5fe81263), reintroduce it. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D23771273 fbshipit-source-id: ae9595194bf14bc740d05b2ca6e7b5e22bdd566f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d1b695d343
commit
f72c6f23cf
@@ -93,7 +93,9 @@ better::optional<MountingTransaction> MountingCoordinator::pullTransaction()
|
||||
telemetry.willDiff();
|
||||
|
||||
auto mutations = calculateShadowViewMutations(
|
||||
*baseRevision_.rootShadowNode, *lastRevision_->rootShadowNode);
|
||||
*baseRevision_.rootShadowNode,
|
||||
*lastRevision_->rootShadowNode,
|
||||
enableReparentingDetection_);
|
||||
|
||||
telemetry.didDiff();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user