public class ReactFeatureFlags
extends java.lang.Object
These values are safe defaults and should not require manual changes.
Modifier and Type | Field and Description |
---|---|
static boolean |
enableExtraWebViewLogs |
static boolean |
enableFabricLogs |
static boolean |
lazilyLoadViewManagers
Whether we should load a specific view manager immediately or when it is accessed by JS
|
static boolean |
logDroppedViews
Log tags of when a view deleted on the native side
dropView |
static boolean |
useArrayNativeAccessor
Reduce the number of Java-JS interops while accessing native arrays
|
static boolean |
useMapNativeAccessor
Reduce the number of Java-JS interops while accessing native maps
|
static boolean |
useTurboModules
Should this application use TurboModules.
|
static boolean |
useViewManagerDelegates
Should this application use a
ViewManagerDelegate (if
provided) to update the view properties. |
Constructor and Description |
---|
ReactFeatureFlags() |
public static boolean lazilyLoadViewManagers
public static boolean useArrayNativeAccessor
public static boolean useMapNativeAccessor
public static boolean useTurboModules
TurboModule
will NOT be passed in to C++
CatalystInstanceImplpublic static boolean logDroppedViews
dropView
public static boolean enableExtraWebViewLogs
public static boolean enableFabricLogs
public static boolean useViewManagerDelegates
ViewManagerDelegate
(if
provided) to update the view properties. If false
, then the generated ...$$PropsSetter
class will be used instead.