I'm working on a {N}-Application and facing an issue with importing Images from the tns-core-modules/ui/image
module. Unfortunately, it seems that the target cannot be found within the tns-core-module.
This is my code snippet:
import * as ImageModule from "tns-core-module/ui/image";
What should I do now? How can I resolve this issue?
The versions are as follows:
- My npm --version
: 3.10.10
- My node -v
: v6.11.1
- My TS-Version: 2.4.2
- The tns-core-modules
version in my package.json is Version 2.2.1