mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
delete unused feature flag (#38708)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38708 Changelog: [Internal] as title Reviewed By: fkgozali Differential Revision: D47924734 fbshipit-source-id: e55a9c6ce80f9e1f843cc9bbb9a555b76e4e4548
This commit is contained in:
committed by
Facebook GitHub Bot
parent
bfd5fe27b3
commit
a79cde689f
-3
@@ -81,9 +81,6 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static volatile boolean warnOnLegacyNativeModuleSystemUse = false;
|
||||
|
||||
/** Should we dispatch TurboModule methods with promise returns to the NativeModules thread? */
|
||||
public static volatile boolean enableTurboModulePromiseAsyncDispatch = false;
|
||||
|
||||
/** This feature flag enables logs for Fabric */
|
||||
public static boolean enableFabricLogs = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user