Salman Hasrat Khan
Salman Hasrat Khan

Reputation: 2006

React Native Image Load Error

I'm trying to load these specific images using the following uri: https://image.tmdb.org/t/p/w500/zkXnKIwX5pYorKJp2fjFSfNyKT0.jpg https://image.tmdb.org/t/p/w500/bbxtz5V0vvnTDA2qWbiiRC77Ok9.jpg

The onError event throws the following error: Error decoding image data

The images loads correctly in safari and chrome. Any ideas what could be wrong? How can I debug this furthur? Other Images are loading correctly, but these specific images throws these error.

RN 0.41 Platform: iOS

Upvotes: 0

Views: 1445

Answers (1)

Mojtaba Moshfeghi far
Mojtaba Moshfeghi far

Reputation: 571

download the images and use them in requie("//address of the image in your project")

Upvotes: -2

Related Questions