software-mansion / react-native-reanimated

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

Update ReanimatedPackage to supported stable API #6730

Closed jakex7 closed 3 days ago

jakex7 commented 6 days ago

Summary

Replace the deprecated TurboReactPackage with the newer BaseReactPackage to improve compatibility with future React Native releases. Note that this change requires at least react-native@0.74+, but this should not be an issue as, according to the compatibility table, Reanimated@3.17.0 only supports versions 0.74 and above.

Similar change has been introduced in the SVG package https://github.com/software-mansion/react-native-svg/pull/2541

Test plan

CI should pass

tjzel commented 4 days ago

@jakex7 Please merge main 🙏

jakex7 commented 3 days ago

@jakex7 Please merge main 🙏

@tjzel Done