Aller au contenu principal

React Native API Reference

API reference for the Azeoo SDK on React Native. The current flow is init (or initialize) with API key and config, then connect(userId, token). Exact API depends on the package—see React Native Quick Start and the package README.

AzeooSDK

  • init / initialize — Initialize once with apiKey, config, and optional theme.
  • connect(userId, token) — Attach user; required before modules.
  • user, theme, navigation, modules.nutrition, modules.training — As provided by the package.

Next steps