File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -632,17 +632,6 @@ const definitions: FeatureFlagDefinitions = {
632632 } ,
633633 ossReleaseStage : 'none' ,
634634 } ,
635- enableVirtualViewDoubleStateHidden : {
636- defaultValue : false ,
637- metadata : {
638- dateAdded : '2025-05-10' ,
639- description :
640- 'Enables a VirtualView workaround that triggers a second state update when changing to hidden mode.' ,
641- expectedReleaseValue : false ,
642- purpose : 'experimentation' ,
643- } ,
644- ossReleaseStage : 'none' ,
645- } ,
646635 fixVirtualizeListCollapseWindowSize : {
647636 defaultValue : false ,
648637 metadata : {
Original file line number Diff line number Diff line change 44 * This source code is licensed under the MIT license found in the
55 * LICENSE file in the root directory of this source tree.
66 *
7- * @generated SignedSource<<81be36e22e6ec5f6720c89089d725086 >>
7+ * @generated SignedSource<<2b128035e6890d34737a2cfc5d8fa5ad >>
88 * @flow strict
99 * @noformat
1010 */
@@ -35,7 +35,6 @@ export type ReactNativeFeatureFlagsJsOnly = $ReadOnly<{
3535 disableInteractionManager : Getter < boolean > ,
3636 enableAccessToHostTreeInFabric : Getter < boolean > ,
3737 enableVirtualViewDebugFeatures : Getter < boolean > ,
38- enableVirtualViewDoubleStateHidden : Getter < boolean > ,
3938 fixVirtualizeListCollapseWindowSize : Getter < boolean > ,
4039 isLayoutAnimationEnabled : Getter < boolean > ,
4140 reduceDefaultPropsInView : Getter < boolean > ,
@@ -137,11 +136,6 @@ export const enableAccessToHostTreeInFabric: Getter<boolean> = createJavaScriptF
137136 */
138137export const enableVirtualViewDebugFeatures : Getter < boolean > = createJavaScriptFlagGetter ( 'enableVirtualViewDebugFeatures' , false ) ;
139138
140- /**
141- * Enables a VirtualView workaround that triggers a second state update when changing to hidden mode.
142- */
143- export const enableVirtualViewDoubleStateHidden : Getter < boolean > = createJavaScriptFlagGetter ( 'enableVirtualViewDoubleStateHidden' , false ) ;
144-
145139/**
146140 * Fixing an edge case where the current window size is not properly calculated with fast scrolling. Window size collapsed to 1 element even if windowSize more than the current amount of elements
147141 */
You can’t perform that action at this time.
0 commit comments