mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: In this case where there's an ongoing UPDATE animation and an INSERT of the same node, make sure the ongoing animation type is what we expect, and that the `newChildShadowView` is valid. We were already guarding against these, but we should (1) crash more in debug and (2) fail more elegantly in prod when the asserts don't run. Changelog: [Internal] Reviewed By: sammy-SC Differential Revision: D26271514 fbshipit-source-id: 48e7d37a2493241f16099d9fe5ecb0d247707ca7