NWACus / avy

Mobile-Native Viewing of NAC Avalanche Forecasts
MIT License
10 stars 6 forks source link

[useCachedImageURI] Fix iOS Image component issue #681

Closed beaucollins closed 6 months ago

beaucollins commented 6 months ago

Using a url that does not have a file extensions (e.g. ".jpg") will cause the underlying component to append ".png" to the URL which means the image will not be shows since no image exists at that path.

Before (no image thumbnails):

image

After (image thumbnails 🎉 ):

image