React Native Reference#
The auto-generated TypeScript API reference for the Curity HAAPI React Native SDK lives at the URL below. It is generated from the source TSDoc and reflects the latest released version.
Per-Framework Reference#
| Framework | Autodoc URL |
|---|---|
| React Native SDK | https://curity.io/docs/haapi-react-native-sdk/latest/ |
Unlike iOS and Android — which ship three frameworks each (Driver / SDK / UIKit-or-UIWidget) — React Native exposes a single npm package with all of its public API at the SDK Layer. The autodoc above covers the entire public surface.
When to Use the Autodoc#
The autodoc is the canonical source for:
- Full public TypeScript API surface — exported types, factories, interfaces, enums
- Type signatures and overload variants
- Per-symbol TSDoc comments straight from source
- Configuration record shapes (
RNHaapiConfiguration,IOSConfiguration,AndroidConfiguration, and their nested records) - The
HaapiResponse,HaapiRepresentation, and step / action / form-field discriminated unions
Use the SDK Layer pages in this guide for configuration patterns, task walkthroughs, and conceptual depth; click through to the autodoc for per-symbol reference.