mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove enableSpannableCacheByReadableNativeMapEquality flag
Summary: This has been true for 100% of users for months; clean up the old code. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25451470 fbshipit-source-id: feae59ce746869b9d84d6aaa69be10e91181f03a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4bc40bf8e6
commit
4690effc5c
@@ -77,9 +77,6 @@ public class ReactFeatureFlags {
|
||||
/** Use experimental SetState retry mechanism in view? */
|
||||
public static boolean enableExperimentalStateUpdateRetry = false;
|
||||
|
||||
/** Enable caching of Spannable objects using equality of ReadableNativeMaps */
|
||||
public static boolean enableSpannableCacheByReadableNativeMapEquality = true;
|
||||
|
||||
/** Use lock-free data structures for Fabric MountItems. */
|
||||
public static boolean enableLockFreeMountInstructions = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user