Change8

Migrating to React Native v0.85.0-rc.1

Version v0.85.0-rc.1 introduces 1 breaking change. This guide details how to update your code.

Released: 3/10/2026

1
Breaking Changes
0
Migration Steps
2
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

Animated.cloneMultipleAnimatedModule

Breaking Changes

Issue #1

Unsafe rawPointer access was fixed in Animated.cloneMultiple, which may break existing code relying on this unsafe behavior.

Release Summary

This release includes a breaking change in Animated related to unsafe rawPointer access and adds a C++ AnimatedModule to DefaultTurboModules.

Need More Details?

View the full release notes and all changes for React Native v0.85.0-rc.1.

View Full Changelog