Share a file using UIDocumentInteractionController for ios and createChooser for android.
npm install nativescript-simple-fileshare
tns plugin add nativescript-simple-fileshare
`
Usage
` TypeScript
const shareFile = new ShareFile();
shareFile.open({
path: pathToFile,
options: true,
animated: true
});
``