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:
Joshua Gross
2020-09-18 10:02:15 -07:00
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();