jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

Fix cached images on iOS #24

Closed nbolender closed 7 years ago

nbolender commented 7 years ago

iOS was not rendering images without an extension because it expects the files to be PNG. This PR re-enables the extension for cached files, if an extension is available.

I expect that this fixes #23

jayesbe commented 7 years ago

Thanks @nbolender