⚛️ React Native API summary
await AzeooSDK.initialize(apiKey, config);
await AzeooSDK.connect(jwt, gender, height, weight);
AzeooSDK.navigate(Destination.nutrition.home());
await AzeooSDK.disconnect();
Details: RN client · Quick start
Android: apply azeoolib-dependencies.gradle at project level.