Aug 18, 2026·v0.12.1react-native-workletsWorklets 0.12.1Adds isOnUIThread to the Worklets C++ Stable API for checking whether code runs on the UI thread.
Aug 12, 2026·v0.10.4react-native-workletsWorklets 0.10.4Fixes an iOS memory leak on worklet runtime threads and pauses the Android UI loop while the app is backgrounded.
Aug 12, 2026·v0.11.4react-native-workletsWorklets 0.11.4Fixes an iOS memory leak on worklet runtime threads and pauses the Android UI loop while the app is backgrounded.
Aug 11, 2026·v0.12.0react-native-workletsWorklets 0.12.0Worklet Runtimes gain WeakRef support, and Bundle Mode now loads scripts the way React Native's own loaders do.
Jul 24, 2026·v0.11.3react-native-workletsWorklets 0.11.3Restores babel-jest transform caching: the Worklets Babel plugin no longer mutates its shared options object.
Jul 24, 2026·v0.10.3react-native-workletsWorklets 0.10.3Restores babel-jest transform caching: the Worklets Babel plugin no longer mutates its shared options object.
Jul 23, 2026·v0.11.2react-native-workletsWorklets 0.11.2Fixes a crash on empty worklet source maps in debug builds and networking in Bundle Mode on some setups.
Jul 17, 2026·v0.11.1react-native-workletsWorklets 0.11.1createSerializable now returns undefined instead of throwing when a value cannot be serialized.
Jul 15, 2026·v0.9.3react-native-workletsWorklets 0.9.3Backports memory leak fixes around remote function lifetime and destructor safety to the 0.9 line.
Jul 15, 2026·v0.11.0react-native-workletsWorklets 0.11.0Adds experimental Hermes bytecode worklets to Legacy Eval Mode, plus HMR, Expo tree shaking, and Babel plugin fixes.
Jul 6, 2026·v0.10.2react-native-workletsWorklets 0.10.2Fixes a Bundle Mode + Expo OTA startup crash on Android, and replaces an unserializable value with `undefined` instead of throwing.
Jul 1, 2026·v0.10.1react-native-workletsWorklets 0.10.1Stable cherry-picks: Windows bundle paths, remote-function lifetime, and destructor safety.
Jun 19, 2026·v0.10.0react-native-workletsWorklets 0.10.0Bundle Mode is now stable; new importForwarding API replaces workletizableModules.
Jun 10, 2026·v0.9.2react-native-workletsWorklets 0.9.2Stable cherry-picks: @babel/types dep, Babel prod detection, Metro config, and Gradle ABI fixes.
May 26, 2026·v0.9.1react-native-workletsWorklets 0.9.1Now functions that return a promise like runOnRuntimeAsync can be used on all runtimes in Bundle Mode, not only the R…
May 4, 2026·v0.8.3react-native-workletsWorklets 0.8.3Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/worklets-0.8.2...worklets-0.8.3
May 4, 2026·v0.8.2react-native-workletsWorklets 0.8.2cherry-pick(worklets-0.8-stable): shareable deadlock (#9321)
Mar 20, 2026·v0.8.1react-native-workletsWorklets 0.8.1cherry-pick(0.8-stable): misplaced else when cloning remote function (#9141)
Mar 19, 2026·v0.8.0react-native-workletsWorklets 0.8.0New shared memory type, Shareable, a building block for Reanimated's Shared Value implementation. See Docs and blogpo…