mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove ReactFeatureFlags.enableSpannableCache
Summary: This diff removes the feature flag ReactFeatureFlags.enableSpannableCache and it's already disabled MC changelog: [internal] internal Reviewed By: javache Differential Revision: D39449840 fbshipit-source-id: 69a514b611c1179f2160a1bfd4c4199538738448
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6f92a05c10
commit
4d74b4ae61
@@ -103,9 +103,6 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static boolean enableLargeTextMeasureCache = true;
|
||||
|
||||
/** TODO: T113245006 Delete this flag. Enables caching of spannables for text */
|
||||
public static boolean enableSpannableCache = false;
|
||||
|
||||
public static boolean dispatchPointerEvents = false;
|
||||
|
||||
/** Feature Flag to enable the pending event queue in fabric before mounting views */
|
||||
|
||||
Reference in New Issue
Block a user