Skip to content

Commit

Permalink
Ship new differ on iOS
Browse files Browse the repository at this point in the history
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
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed May 19, 2021
1 parent ede74e5 commit d393cc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReactCommon/react/renderer/scheduler/Scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ Scheduler::Scheduler(
#else
removeOutstandingSurfacesOnDestruction_ = reactNativeConfig_->getBool(
"react_fabric:remove_outstanding_surfaces_on_destruction_ios");
enableNewDiffer_ =
reactNativeConfig_->getBool("react_fabric:enable_new_differ_h1_2021_ios");
enableNewDiffer_ = true;
#endif
}

Expand Down

0 comments on commit d393cc4

Please sign in to comment.