I tried the tutorial on https://shoutem.github.io/docs/extensions/my-first-extension/using-ui-toolkit
Previewed on Shoutem emulator but details.js is not showing the image. Any solution?
I tried the tutorial on https://shoutem.github.io/docs/extensions/my-first-extension/using-ui-toolkit
Previewed on Shoutem emulator but details.js is not showing the image. Any solution?
The <Overlay>
tag is taking Builder defined values, in this case Tag overlay color
. Setting it to a lower opacity (30%) and possibly to black, will resolve this. The image itself does load, it's just that the default overlay value is concealing it.