braune-digital/nativescript-share-file

Plugin for javascript?

Closed this issue · 1 comments

Hi,

May I use this plugin with JavaScript (not Typescript) ?

Because I got an error message: "TypeError: ShareFile is not a constructor ..."

Best Regards,
Willow

Hi,
A bit late, but you can definitely use this with javascript, just don't forget to put .ShareFile in your require.
I don't have the exact line but it should look like this
let shareFilePlugin = require("nativescript-share-file").ShareFile;