mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ship large text measure cache in Fabric Android
Summary: Ship large text measure cache in Fabric Android changelog: [internal] internal Reviewed By: sammy-SC Differential Revision: D34602873 fbshipit-source-id: bd0a77b8b2f85301a78d528e7810938b78c7f7b8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8669277b3b
commit
97f3eb2d3b
@@ -100,4 +100,10 @@ public class ReactFeatureFlags {
|
||||
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
|
||||
|
||||
public static boolean enableDelayedViewStateDeletion = false;
|
||||
|
||||
/**
|
||||
* Feature Flag to control the size of the cache used by TextLayoutManager in Fabric. Used from
|
||||
* JNI.
|
||||
*/
|
||||
public static boolean enableLargeTextMeasureCache = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user