Skip to content

Conversation

@bartlomiejbloniarz
Copy link
Contributor

Summary:
On iOS and macOS AnimationBackend has now its own instance of the DisplayLink that it interacts with.

Changelog

[General] [Added] - _animationDisplayLink to RCTScheduler

Differential Revision: D90327371

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 12, 2026
@facebook-github-bot facebook-github-bot added p: Software Mansion Partner: Software Mansion Partner p: Facebook Partner: Facebook labels Jan 12, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 12, 2026

@bartlomiejbloniarz has exported this pull request. If you are a Meta employee, you can view the originating Diff in D90327371.

Bartlomiej Bloniarz and others added 3 commits January 15, 2026 08:23
…tions (facebook#55103)

Summary:
Pull Request resolved: facebook#55103

This diff decouples AnimationBackend from Animated. Now the backend is intialized in the Scheduler, from where it's passed to UIManager. Animation frontends (such as Animated) can then obtain a reference to the backend, and use it to schedule animation frame updates.

# Changelog
[General] [Changed] - Moved AnimationBackend initiailzation to `Scheduler`
[General] [Added] - `AnimationChoreographer` interface with an implementation for fantom tests

Differential Revision: D89663251

Reviewed By: zeyap
…5124)

Summary:
Pull Request resolved: facebook#55124

On Android AnimationBackend has now its own instance of the Choreographer that it interacts with.

# Changelog
[General] [Removed] - `UIManagerNativeAnimatedDelegateBackendImpl`
[General] [Added] - `AnimationBackendChoreographer`

Differential Revision: D90327370
Summary:
Pull Request resolved: facebook#55123

On iOS and macOS AnimationBackend has now its own instance of the DisplayLink that it interacts with.

# Changelog
[General] [Added] - `_animationDisplayLink` to `RCTScheduler`

Differential Revision: D90327371
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported p: Facebook Partner: Facebook p: Software Mansion Partner: Software Mansion Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants