software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.89k stars 1.3k forks source link

Unify snapshots comparison #6295

Closed Latropos closed 2 months ago

Latropos commented 2 months ago

Summary

Unify code for snapshot comparison on Android and IOS. Also a lot of outdated code was cleaned out, as we have decided not to return snapshots of multiple views, but always for a certain predefined one.

Test plan