Split VirtualViewContainerState into classic, experimental versions [Android] - #54162
Closed
CalixTang wants to merge 3 commits into
Closed
Split VirtualViewContainerState into classic, experimental versions [Android]#54162CalixTang wants to merge 3 commits into
CalixTang wants to merge 3 commits into
Conversation
|
@CalixTang has exported this pull request. If you are a Meta employee, you can view the originating Diff in D84569206. |
CalixTang
force-pushed
the
export-D84569206
branch
from
October 17, 2025 18:14
5ee070e to
007377b
Compare
CalixTang
force-pushed
the
export-D84569206
branch
from
October 20, 2025 20:25
007377b to
b6d9b3d
Compare
Summary: Introduces new React Native feature flag for VirtualViewContainerState versioning changes. Follow up diffs will create classic and experimental versions of VirtualViewContainerState. This feature flag is meant to eventually be overridden with MetaConfig variables. Differential Revision: D84569199
Summary: Removes unnecessary `debugLog` import in ReactVirtualViewExperimental and refactors the debug function Differential Revision: D84608555
CalixTang
force-pushed
the
export-D84569206
branch
from
October 20, 2025 20:45
b6d9b3d to
565c15f
Compare
CalixTang
force-pushed
the
export-D84569206
branch
from
October 20, 2025 20:52
565c15f to
3c8b03a
Compare
CalixTang
force-pushed
the
export-D84569206
branch
from
October 20, 2025 21:06
3c8b03a to
e86a3d5
Compare
…Android] (react#54162) Summary: Pull Request resolved: react#54162 Changelog [Internal]: Splits VirtualViewContainerState implementation into three parts: (1) an abstract parent class, (2) the "classic" version (existing version), and (3) the "experimental" version (new changes to be made). The experimental version is a copy of the classic version for now. Reviewed By: lunaleaps Differential Revision: D84569206
CalixTang
force-pushed
the
export-D84569206
branch
from
October 20, 2025 21:22
e86a3d5 to
4c7766c
Compare
|
This pull request has been merged in 793f99d. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary: Splits VirtualViewContainerState implementation into three parts: (1) an abstract parent class, (2) the "classic" version (existing version), and (3) the "experimental" version (new changes to be made). The experimental version is a copy of the classic version for now.
Reviewed By: lunaleaps
Differential Revision: D84569206