I am working on a project with the following setup:
"react": "19.0.0", "react-native": "0.79.6"
I want to add react-native-reanimated and react-native-worklets, but I am confused about which versions are stable and compatible with React Native 0.79.6.
I tried with:
[email protected] + [email protected] → gives errors (assertWorkletsVersionTask and requires New Architecture).
[email protected] + [email protected] → build fails with assertNewArchitectureEnabledTask.
So my questions are:
Which versions of Reanimated and Worklets should I use with React Native 0.79.6 (without enabling New Architecture)?
Is there an official compatibility table for React Native ↔ Reanimated versions?