Worklets 0.12.2

v0.​12.​2Patch Release
In this article

What's changed

  • Recreating the React instance on Android while animations were running could crash, because AnimationFrameQueue kept delivering frames after WorkletsModule had been invalidated. The queue now stops scheduling and dispatching once it is invalidated. (#10278 by @shubhamdeol)
  • Serializing an object with a __proto__ key crashed. The key is now defined as an own data property on the clone instead of being assigned, so it no longer triggers prototype mutation. (#10451 by @tshmieldev)
  • In development builds, setBlocking left a Synchronizable locked forever when the updater function or the serializer threw. The lock is now released on the way out. (#10331 by @tjzel)

Full changelog: worklets-0.12.1...worklets-0.12.2

Release card
Worklets 0.12.2 release card