Skip to content

Conversation

@bartlomiejbloniarz
Copy link
Contributor

Summary: This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934

@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 Dec 12, 2025
@facebook-github-bot facebook-github-bot added p: Software Mansion Partner: Software Mansion Partner p: Facebook Partner: Facebook labels Dec 12, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 12, 2025

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

facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

@github-actions
Copy link

Job Summary for Gradle

Test All :: run_fantom_tests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
react-native-github :private:react-native-fantom:buildFantomTester 9.0.0 Build Scan not published

facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
@facebook-github-bot facebook-github-bot force-pushed the export-D89042934 branch 2 times, most recently from 019e9a1 to e0e941a Compare December 12, 2025 17:12
facebook-github-bot pushed a commit that referenced this pull request Dec 12, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 15, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 15, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 16, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
bartlomiejbloniarz pushed a commit that referenced this pull request Dec 16, 2025
Summary:
Pull Request resolved: #54878

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 16, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
@react-native-bot
Copy link
Collaborator

Warnings
⚠️

JavaScript API change detected

This PR commits an update to ReactNativeApi.d.ts, indicating a change to React Native's public JavaScript API.

  • Please include a clear changelog message.
  • This change will be subject to additional review.

This change was flagged as: NON_BREAKING

Generated by 🚫 dangerJS against 0e02cea

facebook-github-bot pushed a commit that referenced this pull request Dec 17, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 17, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 18, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
Bartlomiej Bloniarz added 3 commits December 19, 2025 02:26
Summary:

For the testing purposes, during the development of Animation Backend, we changed the way props are modified from animated, to use the AnimatedProps. As these would currently not benefit c++ Animated, this diff reverts that to use `folly::dynamic` again.

Reviewed By: zeyap

Differential Revision: D88743857
Summary:

This diff simply extends the tests for AnimationBackend

Reviewed By: zeyap

Differential Revision: D85753518
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 19, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

Reviewed By: zeyap

Differential Revision: D89042934
facebook-github-bot pushed a commit that referenced this pull request Dec 22, 2025
Summary:

This diff changes the AnimatedPropsRegistry to also contain updates that go through the synchronous props update fast-path.

# Changelog

[General] [Changed] - AnimatedPropsRegistry now also receive the updates from the synchronous updates that bypass the ShadowTree, so that these updates are not overwritten by React commits

Reviewed By: zeyap

Differential Revision: D89042934
@meta-codesync meta-codesync bot closed this in c52d30e Dec 22, 2025
@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Dec 22, 2025
@meta-codesync
Copy link

meta-codesync bot commented Dec 22, 2025

This pull request has been merged in c52d30e.

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 Merged This PR has been merged. 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.

4 participants