candlefinance / faster-image

Fast image loading for React Native backed by performant native libraries.
https://candle.fi/discord
MIT License
479 stars 21 forks source link

How to load local images? #28

Closed PeterKassab closed 1 month ago

PeterKassab commented 1 month ago

Hello, when i try to load url images it works without any issues, but i'm still trying to figure how to load local images (.png), is it supported?

Thank you.

gtokman commented 1 month ago

@PeterKassab No, not at this time. It's meant to be used for remote images.

You can base64 encode your PNG and pass it through via the prop.