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

Deprecate `combineTransition` #6161

Open piaskowyk opened 6 days ago

piaskowyk commented 6 days ago

Summary

The combineTransition method doesn't seem to be necessary. It doesn't add any additional logic, duplicates the public API, and misleadingly suggests that combineTransition and EntryExitTransition are distinct entities. In fact, it has even been removed from the documentation page here.