mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7620509b89
Summary: In [this commit](https://github.com/facebook/react-native/commit/e6cba997443ad72961cee1eee39346f80b48184e), we renamed `Geometry.h` to `Vector.h`. This is the last change of a series of updates that progressively altered the shape of `Geometry.h` from its [original version](https://github.com/facebook/react-native/blob/0.71-stable/ReactCommon/react/renderer/graphics/Geometry.h). This is a breaking change as several libraries in the OSS are depending on Geometry.h and we removed it without deprecating it. This change aims to put the file back, with a deprecation message, so that we can safely remove it in the next version. ## Changelog [General][Fixed] - Restore Geometry.h to avoid breaking change Reviewed By: cortinico Differential Revision: D43621983 fbshipit-source-id: 96b976901f7ec337f2ec64c592e4b4d19d89ab11