software-mansion / react-native-reanimated

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

Test Layout Transition with size change #6178

Open Latropos opened 3 days ago

Latropos commented 3 days ago

Summary

Tests added in this PR: https://github.com/software-mansion/react-native-reanimated/pull/6168 verify layout transition of component changing position only. In this PR I verify cases when both position and size change.

Test plan