Skip to main content

⚙️ React Native configuration

Pass a config object to initialize. User auth is connect, not config.

await AzeooSDK.initialize('YOUR_API_KEY', {
locale: 'en',
analyticsEnabled: true,
offlineEnabled: true,
// theme, deepLinks, safeArea when supported
});

Connect

await AzeooSDK.connect(userJwt, gender, height, weight);

Height/weight shape — follow the example app and package types for your version.

See Measurements.