A framework for building native applications using React
Use dynamic for updates in Animated with Animation Backend (#54872)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/54872 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. # Changelog [General] [Changed] - C++ animated now passes the calculated `folly::dynamic` directly to the backend, without repacking it into `AnimatedProp` Reviewed By: zeyap Differential Revision: D88743857 fbshipit-source-id: a9f715730e78f4278e95a2df0aa3b6d2628f1651
B
Bartlomiej Bloniarz committed
84e408cf89eb537439dc99db95d33df3c2a9394a
Parent: 62c567f
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com>
on 12/19/2025, 2:25:52 PM