Skip to main content

React Native API Reference

API reference for the Azeoo SDK on React Native. The current flow is initialize(apiKey, config?, theme?, deepLinks?, safeArea?) (or via AzeooProvider) and then connect(token, gender, height, weight). connect requires a JWT token obtained from your backend. 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 / deep links / safe area.
  • connect(token, gender, height, weight) — Connect a user with a JWT token; required before modules.
  • user, theme, navigation — As provided by the package.

Next steps