public final class ReactConfig
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
enableComponentNames()
Return true if components should have human readable names specified.
|
static boolean |
shouldCheckInvariants()
Return true if invariants will be checked.
|
static boolean |
shouldFreezeProps()
Return true if props should be frozen before being passed to react.
|
static boolean |
shouldMinimizePropKeys()
Return true if the prop keys should be minimized.
|
static boolean |
shouldStoreDebugDataAsState()
Return true if react state should be used to store debug data.
|
static boolean |
shouldValidatePropValues()
Return true if the prop value should be validated when initially set or when changed.
|
public static boolean enableComponentNames()
public static boolean shouldMinimizePropKeys()
public static boolean shouldValidatePropValues()
public static boolean shouldStoreDebugDataAsState()
public static boolean shouldCheckInvariants()
public static boolean shouldFreezeProps()