Change8

Migrating to React Native v0.75.5

Version v0.75.5 introduces 1 breaking change. This guide details how to update your code.

Released: 2/6/2025

1
Breaking Changes
4
Migration Steps
5
Affected Symbols

⚠️ Check Your Code

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

WithRuntimeDecoratorFormDataTextInputFabric.xcode.env.local

Breaking Changes

Issue #1

React Native 0.75.x is now out of support. Users are required to migrate to React Native 0.76+ for continued support.

Migration Steps

  1. 1
    Upgrade React Native version to 0.76 or higher as 0.75.x is end-of-life.
  2. 2
    Use the React Native Upgrade Helper for specific code changes.
  3. 3
    Ensure Android builds are compatible with Kotlin 1.9.25.
  4. 4
    Update iOS Ruby environment to ensure concurrent-ruby is <= 1.3.4.

Release Summary

This release provides final maintenance fixes for the 0.75 branch, including a Kotlin upgrade to 1.9.25 and iOS build dependency pinning, while announcing the end of support for 0.75.x.

Need More Details?

View the full release notes and all changes for React Native v0.75.5.

View Full Changelog