Skip to content

Commit

Permalink
add config for ig qe with veritcal scroll
Browse files Browse the repository at this point in the history
Summary: config for qe for vertical scroll

Reviewed By: zielinskimz

Differential Revision: D64038195

fbshipit-source-id: c143c121f231cfc1d5644de6be77ecbe7761317d
  • Loading branch information
Anna Powolny authored and facebook-github-bot committed Oct 9, 2024
1 parent 443f5d3 commit d3331dd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ internal constructor(
* state containers
*/
@JvmField val enableFixForCachedNestedTree: Boolean = false,
/** This flag is to enable usage of Primitive Vertical Scroll Component */
@JvmField val usePrimitiveVerticalScroll: Boolean = false,
) {

val shouldAddRootHostViewOrDisableBgFgOutputs: Boolean =
Expand Down

0 comments on commit d3331dd

Please sign in to comment.