0

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?

1 Answer 1

0

Recommended Versions (Old Architecture)

- **react-native-reanimated**: Use **version 3.x**, such as `3.17.0` — this is the latest stable version that supports the old architecture.

- **react-native-worklets**: **Do not install this package** when using Reanimated 3.x. It is only required for Reanimated 4.x and above, which depend on the New Architecture.

# Incompatible Combinations

- **Reanimated 4.x + Worklets 0.6.x**: Requires New Architecture — will trigger `assertWorkletsVersionTask` errors.

- **Reanimated 4.0.2 + Worklets 0.4.1**: Also fails due to `assertNewArchitectureEnabledTask`.

Sign up to request clarification or add additional context in comments.

1 Comment

still same error "react-native": "0.79.6", "react-native-reanimated": "^3.17.0" Task :react-native-reanimated:configureCMakeDebug[arm64-v8a] FAILED, i just want to upgrade by project as it is require for 16 kb play store issue , so i just want to setup the latest project but everyone know in react native, react-native-reanimated is important to install and react native screens and react native react-native-gesture-handler and react-native-safe-area-contex these are impotent to install in every project also they give errors so i just need stable project that they packages work please help

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.