nativescript-simple-fileshare
Share a file using UIDocumentInteractionController for ios and createChooser for android.
npm i --save nativescript-simple-fileshare
- Version: 1.0.0
- GitHub: https://github.com/garystubbings/nativescript-simple-fileshare
- NPM: https://www.npmjs.com/package/nativescript-simple-fileshare
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
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