software-mansion / react-native-reanimated

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

fix: missing headers on new arch #6725

Closed WoLewicki closed 4 days ago

WoLewicki commented 4 days ago

Summary

PR adding back headers removed in https://github.com/software-mansion/react-native-reanimated/pull/6537. For some reason, locally they are not needed, probably to some different setup or having the libraries set globally somewhere, but it caused failures in Expensify: https://github.com/Expensify/App/actions/runs/11857735322/job/33046828856. They should be included since methods from them are used.

Test plan

Not really, just run CIs probably.