Skip to content

Commit

Permalink
Delete mobile config react_native_new_architecture:enable_call_immedi…
Browse files Browse the repository at this point in the history
…ates_ios

Summary:
changelog: [internal]

Remove shipped mobile config

Reviewed By: cortinico

Differential Revision: D37913209

fbshipit-source-id: 1a5877360e12e329342d4c8efc0a10bff24abcaa
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Jul 20, 2022
1 parent 2b57b74 commit d0b1d49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ReactCommon/react/renderer/scheduler/Scheduler.cpp
Expand Up @@ -53,8 +53,7 @@ Scheduler::Scheduler(
auto enableCallImmediates = reactNativeConfig_->getBool(
"react_native_new_architecture:enable_call_immediates_android");
#else
auto enableCallImmediates = reactNativeConfig_->getBool(
"react_native_new_architecture:enable_call_immediates_ios");
auto enableCallImmediates = true;
#endif

auto weakRuntimeScheduler =
Expand Down

0 comments on commit d0b1d49

Please sign in to comment.