Companion
Properties
If true, the .perfBoosterFactory will be used to indicate that LayoutStateFuture thread can use the perf boost
This flag is used to enable clearing event handlers and triggers
Start parallel layout of visible range just before serial synchronous layouts in RecyclerBinder
This flag is to enable usage custom pool scopes
The default priority for threads that perform background layout calculations.
The default priority for threads that perform background sections change set calculations.
This flag is used to enable a fix for the issue where content description is not re-announced by TalkBack after a state update in some specific situations.
Skip checking for root component and tree-props while layout
This flag is used to enable a fix for the ANR issue with sticky header RecyclerView.
This flag is used to enable logging for the issue where components with an aspect ratio, like NaN or Infinity.
This flag is used to enable a fix for the primitive component measurement issue.
By default end-to-end tests will disable transitions and this flag lets to explicitly enable transitions to test animation related behavior.
Initialize sticky header during layout when its component tree is null
This is just a proxy to LithoDebugConfigurations.isDebugHierarchyEnabled. We have to keep it until we release a new oss version and we can refer to LithoDebugConfigurations directly on Flipper.
This is just a proxy to LithoDebugConfigurations.isDebugModeEnabled. We have to keep it until we release a new oss version and we can refer to LithoDebugConfigurations directly on Flipper.
Populates additional metadata to find mounted components at runtime. Defaults to the presence of an
This config will enable logging of interactable components with 0 alpha
Keeps the litho layout result tree in the LayoutState. This will increase memory use.
Indicates that the incremental mount helper is required for this build.
This flag is used to enable using PrimitiveComponent implementation of an Image component.
This flag is used to enable using PrimitiveComponent implementation of a Progress component.
This flag is to enable usage of Primitive Vertical Scroll Component