software-mansion / react-native-reanimated

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

Remove outdated code for unsupported React Native versions #5979

Closed tomekzaw closed 4 months ago

tomekzaw commented 5 months ago

Summary

This PR removes old code for unsupported React Native versions as well as updates the minimal supported version for old and new architecture. Reanimated 3.9.0+ supports only React Native 0.71+ (or 0.74+ when new architecture is enabled).

Test plan