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

Fix tree shaking in JSReanimated #6130

Closed tomekzaw closed 1 week ago

tomekzaw commented 1 week ago

Summary

This PR fixes tree shaking in JSReanimated by moving web-specific code into a separate file with .web.ts file extension.

https://swmansion.slack.com/archives/CGHFEK33M/p1718648665665579

Test plan