Merott / nativescript-pdf-view

A basic PDF viewer plugin for NativeScript. Now maintained by @madmas: github.com/madmas/nativescript-pdf-view
Other
32 stars 35 forks source link

Template base dont work #36

Open mariodiciccio opened 5 years ago

mariodiciccio commented 5 years ago

Hi, i created a base application with "tns create test". i added your plugin "tns plugin add nativescript-pdf-view". i add namespace and component in my xml page, but result is:

_Module '/data/data/org.nativescript.provaPdfViewer/files/app/tns_modules/nativescript-pdf-view' not found for element 'nativescript-pdf-view:PDFView'. System.err: > Cannot read property 'OnLoadCompleteListener' of undefined System.err: File: "file:///data/data/org.nativescript.provaPdfViewer/files/app/tnsmodules/tns-core-modules/ui/builder/builder.js, line: 244, column: 20

package.json == "nativescript-pdf-view": "^2.0.1"

thanks