mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Delete MC and FeatureFlags for mapBufferSerialization
Summary: Delete MC and FeatureFlags for mapBufferSerialization changelog: [internal] internal Reviewed By: sammy-SC Differential Revision: D40348980 fbshipit-source-id: 5de8beafb4ec4a3490a22f4db317a35c8ce7b4ab
This commit is contained in:
committed by
Facebook GitHub Bot
parent
22b6e1c8ec
commit
a766927ad6
@@ -73,9 +73,6 @@ public class ReactFeatureFlags {
|
||||
/** Feature flag to configure eager attachment of the root view/initialisation of the JS code */
|
||||
public static boolean enableEagerRootViewAttachment = false;
|
||||
|
||||
/** Enables or disables MapBuffer Serialization */
|
||||
public static boolean mapBufferSerializationEnabled = false;
|
||||
|
||||
/* Enables or disables MapBuffer use in Props infrastructure. */
|
||||
public static boolean useMapBufferProps = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user