React Native 0.85: Animation Backend and Key Updates

Date
Thursday, April 16, 2026
Time
4 PM - 6 PM [CEST]
Location
Online

React Native 0.85: Animation Backend and Key Updates

A recap of React Native 0.85, covering the new animation backend, DevTools improvements, and ecosystem takeaways.

Date
16 April 2026
-
Time
4 PM - 6 PM [CEST]
Location
Online

React Native 0.85: Animation Backend and Key Updates

youtube-cover
Organizer
Organizer
Presented
Callstack
@
Callstack
Speakers
Speakers
Featuring
Kewin Wereszczyński
Software Engineer
@
Callstack
Łukasz Chludziński
Engineering Manager
@
Callstack
Featuring
Kewin Wereszczyński
Software Engineer
@
Callstack
Łukasz Chludziński
Engineering Manager
@
Callstack

A new animation backend in React Native core

React Native 0.85 introduces a shared animation backend built together with Software Mansion. The key shift is moving animation update logic into React Native core, creating a unified mechanism for applying style updates across different animation libraries.

Previously, libraries like Reanimated and others operated independently, often competing to update the shadow tree. The new backend separates animation updates into a dedicated pipeline, reducing conflicts and making rendering behavior more predictable. It also sets a more stable foundation for future React Native changes.

Better support for layout animations

This release improves how layout-related properties can be animated. In earlier versions, animating properties like top, left, or margin came with tradeoffs, often tied to JavaScript thread execution and layout recalculations.

With the new backend, more animation work can run off the JavaScript thread. This opens the door to smoother layout animations without relying on transform-based workarounds, and reduces the performance penalties developers previously had to consider.

DevTools and Metro improvements

React Native DevTools now support multiple simultaneous connections using the Chrome DevTools Protocol, making debugging more flexible across different tools. There are also improvements to request inspection, including clearer payload previews.

Metro adds support for TLS configuration, enabling HTTPS and secure WebSocket connections during development. This is especially useful when working with APIs that require secure communication even in local environments.

Register now
Need help with React or React Native projects?

We support teams building scalable apps with React and React Native.

Let's chat
Link copied to clipboard!
//
Save my spot

React Native 0.85: Animation Backend and Key Updates

A recap of React Native 0.85, covering the new animation backend, DevTools improvements, and ecosystem takeaways.

//
Insights

Learn more about React Native

Here's everything we published recently on this topic.

//
React Native

We can help you move
it forward!

At Callstack, we work with companies big and small, pushing React Native everyday.

React Native Performance Optimization

Improve React Native apps speed and efficiency through targeted performance enhancements.

New Architecture Migration

Safely migrate to React Native’s New Architecture to unlock better performance, new capabilities, and future-proof releases.

Code Sharing

Implement effective code-sharing strategies across all platforms to accelerate shipping and reduce code duplication.

Mobile App Development

Launch on both Android and iOS with single codebase, keeping high-performance and platform-specific UX.

React Native Performance Optimization

Improve React Native apps speed and efficiency through targeted performance enhancements.

C++ Library Integration for React Native

Wrap existing C-compatible libraries for React Native with type-safe JavaScript APIs.

Shared Native Core for Cross-Platform Apps

Implement business logic once in C++ or Rust and run it across mobile, web, desktop, and TV.

Custom High-Performance Renderers

Build custom-rendered screens with WebGPU, Skia, or Filament for 60fps, 3D, and pixel-perfect UX.