FastImage, performant React Native image component.
npm install storms-fastimageMainly the same with React-native-fast-image,
just changing the diskCacheStrategy to ALL to save bandwith
The idea for this modules came from
vovkasm's
react-native-web-image
package.
It also uses Glide and SDWebImage, but didn't have some features I needed (priority, headers).
Thanks to @mobinni for helping with the conceptualization
- FastImage - MIT © DylanVann
- SDWebImage - MIT
- Glide - BSD, part MIT and Apache 2.0. See the LICENSE file for details.