mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
async image loading from data, files and resources for ios
Use the tns_safeDecodeImageNamedCompletion from the widgets framework Add loadMode on Image with sync and async options for local images
This commit is contained in:
committed by
Panayot Cankov
parent
b8785afd74
commit
1b395aac7f
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"typings": "tns-core-modules.d.ts",
|
||||
"dependencies": {
|
||||
"tns-core-modules-widgets": "2.0.0"
|
||||
"tns-core-modules-widgets": "next"
|
||||
},
|
||||
"nativescript": {
|
||||
"platforms": {
|
||||
|
||||
Reference in New Issue
Block a user