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.localBreaking 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
- 1Upgrade React Native version to 0.76 or higher as 0.75.x is end-of-life.
- 2Use the React Native Upgrade Helper for specific code changes.
- 3Ensure Android builds are compatible with Kotlin 1.9.25.
- 4Update 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