| 1 | import * as imageCacheModule from '@nativescript/core/ui/image-cache'; |
| 2 | import { ImageSource } from '@nativescript/core/image-source'; |
| 3 | import { isAndroid, Device } from '@nativescript/core/platform'; |
| 4 | import lazy from '@nativescript/core/utils/lazy'; |