Silva
Silva

Reputation: 80

How to render http image in react native?

The API is returning HTTP images, in ios they render, but in android not. What to do? I already put the authorization in info.plist. And on android how to do?

Upvotes: 0

Views: 292

Answers (1)

Ankit Tale
Ankit Tale

Reputation: 2004

I will suggest you to use FastImage dependencies to keep things equivalent across ios and android.

https://github.com/DylanVann/react-native-fast-image

Upvotes: 1

Related Questions