Skip to content

Conversation

@MatiPl01
Copy link
Member

@MatiPl01 MatiPl01 commented Nov 25, 2025

Summary

This PR removed the use of the StaticPropsRegistry in CSS transitions. It also removes the props observing and diffing mechanism from C++ and moves it to JS in order to get rid of the StaticPropsRegistry in the near future (and then get rid of registries that store latest updates from CSS transitions).

Test plan

Go through CSS transition examples in the example app

TODO

  • Implement the new props filter that will exclude transitioned properties from the styles passed to the rendered RN view before merging this PR

@MatiPl01 MatiPl01 self-assigned this Nov 27, 2025
@MatiPl01 MatiPl01 changed the title feat: CSS Transitions without updates in registry feat: Trigger CSS transitions from JS without the use of StaticPropsRegistry in C++ Dec 3, 2025
@MatiPl01 MatiPl01 force-pushed the @matipl01/css-transfroms-core-reimplementation branch from 53325bb to 8bd9207 Compare December 4, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants