Add support for other flex props to the Animation Backend - #54946
Closed
coado wants to merge 1 commit into
Closed
Conversation
coado
force-pushed
the
export-D89543930
branch
4 times, most recently
from
December 19, 2025 15:50
75a8182 to
18fb58b
Compare
Summary: ## Summary: Adds support for `overflow`, `position`, `zIndex`, and `direction` layout props to be passed as `AnimatedProp` to the animation backend. The `PropName` enum is changed to the class enum because the `OVERFLOW` keyword is already defined in `math.h` when building with `XCode`. ## Changelog: [General][Added] - Added support for `overflow`, `position`, `zIndex`, and `direction` props to the AnimationBackend. Reviewed By: zeyap Differential Revision: D89543930
coado
force-pushed
the
export-D89543930
branch
from
January 7, 2026 08:55
18fb58b to
f79230f
Compare
Collaborator
|
This pull request was successfully merged by @coado in bed1a9a When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in bed1a9a. |
fabriziocucci
pushed a commit
that referenced
this pull request
Jan 22, 2026
Summary: Pull Request resolved: #54946 ## Summary: Adds support for `overflow`, `position`, `zIndex`, and `direction` layout props to be passed as `AnimatedProp` to the animation backend. The `PropName` enum is changed to the class enum because the `OVERFLOW` keyword is already defined in `math.h` when building with `XCode`. ## Changelog: [General][Added] - Added support for `overflow`, `position`, `zIndex`, and `direction` props to the AnimationBackend. Reviewed By: zeyap Differential Revision: D89543930 fbshipit-source-id: ff7f5f19c4b641b0c5121dfd7417ffd15b4c72cd
Collaborator
|
This pull request was successfully merged by @coado in 99be06b When will my fix make it into a release? | How to file a pick request? |
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:
Summary:
Adds support for
overflow,position,zIndex, anddirectionlayout props to be passed asAnimatedPropto the animation backend.Changelog:
[General][Added] - Added support for
overflow,position,zIndex, anddirectionprops to the AnimationBackend.Differential Revision: D89543930