candlefinance/faster-image

Local png file?

Closed this issue · 1 comments

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.

@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.