Skip to main content

UI Components

Use the native view components and module methods provided by the React Native package after init and connect.

Native views

The package provides NutritionView and TrainingView to embed the SDK UI. Use them inside AzeooProvider (which handles init and connect). See Quick Start and Examples.

Module methods

You can also use module methods if exposed by the package (e.g. showDiary, showPlans, showWorkouts). See Nutrition Module and Training Module.

Next steps