I have a swiper with images with an onPress event, when I click on it, the modal opens but the image is not seen, only the black screen and the header 1/3, 2/3, etc. is seen.
The array contains the correct URLs and I'm testing it on Android

Solved
@NdozHH how did you solve this problem? I have the same issue and don't have any idea how to fix it.
@MNNetcorp The array of images must be built this way, with objects and that each one has the url property

@NdozHH thx!
Most helpful comment
@MNNetcorp The array of images must be built this way, with objects and that each one has the url property
