mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete LockFreeEventDispatcher
Summary: This diff removes LockFreeEventDispatcher, its dependencies and feature flags changelog: [internal] internal Reviewed By: javache, sammy-SC Differential Revision: D40356071 fbshipit-source-id: 42212e86fe4ace0da87fd8e7ab8ee50100175432
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a766927ad6
commit
ea6c7f504b
@@ -82,8 +82,6 @@ public class ReactFeatureFlags {
|
||||
/** Feature Flag to use overflowInset values provided by Yoga */
|
||||
public static boolean useOverflowInset = false;
|
||||
|
||||
public static boolean enableLockFreeEventDispatcher = false;
|
||||
|
||||
public static boolean enableAggressiveEventEmitterCleanup = false;
|
||||
|
||||
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
|
||||
|
||||
Reference in New Issue
Block a user