Skip to content

Commit d393cc4

Browse files
JoshuaGrossfacebook-github-bot
authored andcommitted
Ship new differ on iOS
Summary: While we are still waiting for Android results, we can safely ship this on iOS. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D28542478 fbshipit-source-id: 2673cc4bea0edbc7e4211be7bfec9779205d721b
1 parent ede74e5 commit d393cc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: ReactCommon/react/renderer/scheduler/Scheduler.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ Scheduler::Scheduler(
130130
#else
131131
removeOutstandingSurfacesOnDestruction_ = reactNativeConfig_->getBool(
132132
"react_fabric:remove_outstanding_surfaces_on_destruction_ios");
133-
enableNewDiffer_ =
134-
reactNativeConfig_->getBool("react_fabric:enable_new_differ_h1_2021_ios");
133+
enableNewDiffer_ = true;
135134
#endif
136135
}
137136

0 commit comments

Comments
 (0)