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:
David Vacca
2021-01-05 11:47:07 -08:00
committed by Facebook GitHub Bot
parent a4526bcc3f
commit 08eacf8acd
2 changed files with 52 additions and 68 deletions
@@ -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;
}