nativescript-simple-fileshare
v1.0.0
Published
Share a file using UIDocumentInteractionController for ios and createChooser for android.
Downloads
6
Maintainers
Readme
NativeScript Simple File Share Plugin
Installation
tns plugin add nativescript-simple-fileshareUsage
const shareFile = new ShareFile();
shareFile.open({
path: pathToFile,
options: true,
animated: true
});License
MIT
