mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete mobile config react_native_new_architecture:enable_call_immediates_ios
Summary: changelog: [internal] Remove shipped mobile config Reviewed By: cortinico Differential Revision: D37913209 fbshipit-source-id: 1a5877360e12e329342d4c8efc0a10bff24abcaa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
2b57b749fb
commit
d0b1d49e9a
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user