Download Latest Version Worklets - 0.9.2 source code.tar.gz (154.8 MB)
Email in envelope

Get an email when there's a new version of React Native Reanimated

Home / 4.4.0
Name Modified Size InfoDownloads / Week
Parent folder
react-native-reanimated-4.4.0.tgz 2026-05-26 927.3 kB
README.md 2026-05-25 18.6 kB
Reanimated - 4.4.0 source code.tar.gz 2026-05-25 154.8 MB
Reanimated - 4.4.0 source code.zip 2026-05-25 156.7 MB
Totals: 4 Items   312.4 MB 0

Key changes

iOS CSS Core Animation

Reanimated 4.4.0 introduces a new platform-backed CSS animation engine on iOS that runs animations directly on Core Animation layers instead of going through the JS-driven update loop. It is hidden behind the IOS_CSS_CORE_ANIMATION static feature flag.

Animation Backend

A new Animation Backend has been integrated behind a feature flag, which will help greatly with the flow of updating the Shadow Tree in animations.

New useTimestamp hook

A new useTimestamp hook exposes the current frame timestamp as a Shared Value that updates every frame with the time elapsed since the first frame, with an isActive flag to pause and resume updates.

Precompiled headers on Android

Reanimated's native build on Android now uses precompiled headers (ReanimatedPCH.h), significantly reducing C++ compile times for both fresh and incremental builds.

Other changes

New Contributors

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/4.3.1...4.4.0

Source: README.md, updated 2026-05-25