mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: Before I was looking at the animation nodeTag rather than the view reactTag to determine if it was Fabric, so sometimes we would do an early fabric flush on non-fabric views, or miss it on fabric ones. This fixes it by associating animations with fabric based on the reactTag of the view that is associated with the animation nodeTag. Reviewed By: shergin Differential Revision: D14504446 fbshipit-source-id: 75a1394b34436556daf9c33dc63743df33c2fb19