software-mansion / react-native-reanimated

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

Use proper `interpolateColor` in composedHandler example #6031

Closed szydlovsky closed 4 months ago

szydlovsky commented 4 months ago

Summary

Randomly found out that my "interpolateColor at home" in one of composedEventHandler examples from example app doesn't really work on Web. Thus the change.

Test plan

Check out Composed Handler Internal Merging Example from example app on any platform. :shipit: