nativescript-image-caching
Nativescript image caching using Glide(v3) and SDWebImage
npm i --save nativescript-image-caching
- Version: 1.0.2
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-image-caching
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
Nativescript Image Caching
Image Caching that use Glide(v3) for android and SDWebImage(v4) for ios
CAUTION!
this plugin is under development, i really appreciate pull request and contribution in this repo. Thanks!
inspired from nativescript-image-cache-it they used Picasso rather than Glide.
Installation
tns plugin add nativescript-image-caching
Usage
<ImageCache src="http://lorempixel.com/2000/2000/sports"
width="100%"
height="210"/>
IMPORTANT FOR ANGULAR
inside your app module. insert:
import { registerElement } from 'nativescript-angular/element-registry';
registerElement('ImageCache', () => require('nativescript-image-caching').ImageCache);
API
Property | Default | Description |
---|---|---|
src | - | (required) link url of an image |
License
MIT