Known issues
The following issues are known in the current beta release. We are addressing them for V1.
We are also planning a migration to a better SDK–native communication technology to provide a faster and more reliable bridge and to resolve React Native–related bugs and improve stability across all platforms. This work will run in parallel with the fixes below.
Android
| Issue | Description |
|---|---|
| Theme change not working properly | Applying theme changes at runtime (e.g. switching light/dark or updating colors) may not be reflected correctly in all SDK screens or components. |
iOS
| Issue | Description |
|---|---|
| Theme change not working properly | Same as Android: runtime theme updates (light/dark, colors) may not apply correctly across the SDK UI. |
| Simulator debugging not supported | iOS Simulator debugging is not yet supported. Test on actual iOS devices for reliable behavior. |
React Native
| Issue | Description |
|---|---|
| Theme / colors not working | Theme and color configuration passed to the SDK (e.g. via AzeooProvider or config) may not be applied correctly in the React Native build. |
| Integrated view not working | Important: Embedding the SDK inside your app using the integrated/native view (e.g. NutritionView or TrainingView inside a tab or screen) is currently broken or unreliable. Layout, sizing, or content may not render correctly. |
| Full-screen SDK view works | Opening the SDK in a full-screen or dedicated screen (e.g. modal or full-screen activity) works. Use this as a workaround until the integrated view is fixed. |
| iOS Simulator debugging not supported | When targeting iOS, simulator debugging is not yet supported. Test on actual iOS devices for reliable behavior. |
If you encounter other issues, please report them (e.g. via your usual channel or the repo) so we can track them for V1.