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:
- DPoP Nonce Auto-Management — when the RN SDK lands, it will inherit the auto-managed nonce behavior from the underlying iOS and Android Driver Layers.
- HaapiLogger setLogType Migration — the RN bridge is expected to surface the same
setLogType/setLevelsemantics from the native loggers.
Track via: React Native SDK · Quickstart — React Native