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

Add android hardware rendering option #18

Closed relaxxpls closed 2 months ago

relaxxpls commented 2 months ago

We faced crashes on Android while using viewshot due to bitmap conversions. Setting hardware rendering to false helped. (https://github.com/coil-kt/coil/issues/159)

gtokman commented 2 months ago

@relaxxpls LGTM, thanks for adding this!