Shadows disappear in native app

In my app i have components with shadows.
When previewing it’s all fine.

But now when i’m testing it as native Android app no objects has a shadows. Where did they go?

Shadows don’t work on Android,

Technically speaking, in react native there is two type of “Shadow” to a component, one is the basic shadow which is supported only on IOS and Web, while the Elevation which is the alternative for shadow on Android, but this elevation is not supported by Adalo

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.