mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ship optimization of ReadableNativeMaps
Summary: Ship optimization of ReadableNativeMaps - see D25361169 (https://github.com/facebook/react-native/commit/503a6f4463f5d2f7576b33158c18d8d8e99f3291) QE showed neutral metrics changelog: [internal] Reviewed By: JoshuaGross Differential Revision: D25776019 fbshipit-source-id: 7fd32087bf2ca81236fe0aebe082be01330de2fa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a4526bcc3f
commit
08eacf8acd
@@ -66,9 +66,6 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static boolean enableStartSurfaceRaceConditionFix = false;
|
||||
|
||||
/** Enables the usage of an experimental optimized iterator for ReadableNativeMaps. */
|
||||
public static boolean enableExperimentalReadableNativeMapIterator = false;
|
||||
|
||||
/** Enables Static ViewConfig in RN Android native code. */
|
||||
public static boolean enableExperimentalStaticViewConfigs = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user