mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Ship large meassure cache in all platforms
Summary: Ship large meassure cache in all platforms changelog: [internal] internal Reviewed By: sammy-SC Differential Revision: D40356835 fbshipit-source-id: 315862d7aa705e83086e102e20fe2c20fb3210b2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4f7b4d8cbb
commit
9578c2cadf
@@ -84,12 +84,6 @@ public class ReactFeatureFlags {
|
||||
|
||||
public static boolean insertZReorderBarriersOnViewGroupChildren = true;
|
||||
|
||||
/**
|
||||
* Feature Flag to control the size of the cache used by TextLayoutManager in Fabric. Used from
|
||||
* JNI.
|
||||
*/
|
||||
public static boolean enableLargeTextMeasureCache = true;
|
||||
|
||||
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