Upgrade — React Native vN#

Status: placeholder. The reactnative-cat repository has not yet shipped a public release, so there are no major-version upgrade notes for the React Native SDK to publish. This page will be filled when the SDK ships and reaches its first major-version transition.

What Will Land Here#

When the React Native SDK reaches a major-version boundary that warrants migration guidance, this page will cover:

  • Breaking changes — TypeScript signature changes, removed exports, behavioral shifts
  • Migration steps — typical changes per consumer (hook-based, imperative)
  • Native-bridge compatibility — minimum iOS / Android native SDK versions paired with each RN release
  • Backward-compatibility window — which previous APIs survive as deprecated shims

Current Notes#

Until the RN SDK ships, the relevant upgrade notes for HAAPI integrations on React Native are:

Was this helpful?