nativescript-simple-fileshare
by garystubbings | v1.0.0
Share a file using UIDocumentInteractionController for ios and createChooser for android.
npm i --save nativescript-simple-fileshare

NativeScript Simple File Share Plugin

Installation

tns plugin add nativescript-simple-fileshare

Usage

    const shareFile = new ShareFile();
shareFile.open({
path: pathToFile,
options: true,
animated: true
});

License

MIT