-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change name of all ViewGroups to ViewParent #132
Labels
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
Milestone
Comments
rozele
added a commit
that referenced
this issue
Jan 30, 2016
rozele
added a commit
that referenced
this issue
Feb 15, 2016
rozele
added a commit
that referenced
this issue
Feb 21, 2016
rozele
added a commit
that referenced
this issue
Mar 1, 2016
rozele
added a commit
that referenced
this issue
Apr 21, 2016
rozele
added a commit
that referenced
this issue
May 17, 2016
rozele
added a commit
that referenced
this issue
May 18, 2016
rozele
added a commit
that referenced
this issue
May 25, 2016
GantMan
pushed a commit
to infinitered/react-native-windows
that referenced
this issue
Sep 29, 2016
rozele
pushed a commit
that referenced
this issue
Jun 21, 2019
Summary: Added baseline support (see #132) You have the ability for a custom baseline function (```float(*YGBaselineFunc)(YGNodeRef node);```) to return whatever baseline you want. Closes facebook/yoga#317 Reviewed By: splhack Differential Revision: D4385061 Pulled By: emilsjolander fbshipit-source-id: cb8a59a09237c840fa3e21753ab68239997dab0c
chiaramooney
added
the
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
label
Oct 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Workstream: Module Support
Module developers have the requisite tooling and clear path for adding windows support to modules.
ViewGroup is an implementation detail of Android. We don't have a specific base class in UWP for FrameworkElements that are also parent elements (although we have helper base classes for those that derive from Panel). We should use a generic name like ViewParent.
The text was updated successfully, but these errors were encountered: