From 221b8a06910d8296be39779022783c4fb2e905b2 Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Thu, 18 Aug 2022 14:17:03 -0400 Subject: [PATCH] fix: Import image-source --- contact-helper.android.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact-helper.android.js b/contact-helper.android.js index 11d7474..6569a36 100644 --- a/contact-helper.android.js +++ b/contact-helper.android.js @@ -1,6 +1,6 @@ var appModule = require("@nativescript/core/application"); var KnownLabel = require("./known-label"); -var imageSource = require("image-source"); +var imageSource = require("@nativescript/core/image-source"); /* missing constants from the {N} */ var TYPE_CUSTOM = 0;