📄️ UI Components Overview
After the SDK is initialized (AzeooProvider or getAzeooSDK().initialize(...)) and the user is connected (connect(...)), you can either embed module UI in your layout or open it as overlays from code.
📄️ Nutrition Module
The nutrition experience (diary, plans, recipes, scanner, cart, search, etc.) ships inside react-native-azeoo-lib. There is no separate AzeooUI.instance.nutrition object: use getAzeooSDK() or useAzeoo().sdk after initialize and connect.
📄️ Training Module
Coming soon