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

feat: handle base64 image urls android #23

Closed CreatlV closed 2 months ago

CreatlV commented 2 months ago

This PR adds support for base64 images in the URL/source on android.

This already works on iOS, however on android it is not supported. By handling the case where the source is a base64 image the consistency of the API is improved.

gtokman commented 2 months ago

Thanks @CreatlV!