ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 576 forks source link

Can not show image slide like package with error no suitable image URL loader found for (null) #476

Closed huynhbinh6 closed 3 years ago

huynhbinh6 commented 3 years ago

I got this error, I cant load url from API to ImageViewer, here my code and response from API:

Screen Shot 2021-06-08 at 17 02 07

Response => ["https://s3.eu-central-1.amazonaws.com/il.co.dibble.staging/1080/641493b64d6a09ec31a84e53f6d6988243feb1084437fb9e36c46c681099c2bd.jpg", "https://s3.eu-central-1.amazonaws.com/il.co.dibble.staging/1080/2e2058ec9b43fb68d33137848e85f5a02820c053f984e6dbbfaea7acaf3e33d0.jpg"]

Anybody can help me? Please