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

Local png file? #31

Closed billnbell2 closed 1 month ago

billnbell2 commented 1 month ago

How do we deliver local images using this? We want to deprecate but cannot find a way to pass a require('localfile.png') to it.

gtokman commented 1 month ago

@billnbell2 this is meant for remote images. There's a base64 param that can be used, but for local images, you'll have to use the RN Image for now.