Worklets 0.11.0

v0.​11.​0Minor Release
In this article

What's changed

Legacy Eval Mode can now evaluate worklets from Hermes bytecode instead of plain code in production builds. The feature is experimental and opt-in, and works around a memory issue in Hermes V1. You can enable it through the Worklets Babel plugin options.

The release also fixes several issues: HMR updates now reach worklet runtimes created after the update arrived, Bundle Mode is correctly detected in Expo projects with tree shaking enabled, and createWorkletRuntime respects the enableEventLoop option. The Babel plugin resolves @babel/preset-typescript relative to react-native-worklets instead of the app's working directory and strips filename queries when injecting source maps, and the Android build configuration gained type safety around React Native directory resolution.

Full changelog: worklets-0.10.2...worklets-0.11.0

Release card
Worklets 0.11.0 release card