public class ReactFeatureFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
lazilyLoadViewManagers
Whether we should load a specific view manager immediately or when it is accessed by JS
|
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.
|
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++ CatalystInstanceImpl