Closed echap closed 7 years ago
Still I am getting below error
npm run start-android-bundle
Module not found: Error: Can't resolve 'nativescript-pdf-view' in '/Users/maisapride7/workspace/KIDSAPP/tingr-ns-app/app'
and app.module.ts contains
registerElement("PDFView", () => require("nativescript-pdf-view").PDFView);
I just released version 2 of this plugin, and have removed the auto-registration of the PDFView element. It's now required to manually do so in your own applications.
Hi,
Just to inform you that the
PDFView
is not correctly imported on the project, adding this snippet onmain.ts
solves the issue :with nativescript@2.5.2
Cheers,