mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9b82e706fb
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52238 Add prop diffing codegen for `PointPrimitive` prop type by adding a `toDynamic` conversion for the struct and the prop diffing conditional result update. The addition of the `toDynamic` function will allow for converting the type when used in array and object types. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D77234062 fbshipit-source-id: d0f52e8fd78ac7712925ea2a47cdd0fe3392d5b0