public class RenderCoreConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
isEndToEndTestRun
Defaults to the presence of an
|
static boolean |
shouldIgnoreMountingErrors
Enabling this config will log mounting errors instead of throwing exceptions.
|
static boolean |
shouldSetInLayoutDuringUnmountAll
Enabling this config will set the root host view in layout before unmounting all items from it
so that layouts are not request when removing content from the hierarchy.
|
Constructor and Description |
---|
RenderCoreConfig() |
public static boolean isEndToEndTestRun
IS_TESTINGsystem property at startup but can be overridden at runtime.
public static boolean shouldIgnoreMountingErrors
public static boolean shouldSetInLayoutDuringUnmountAll