nativescript-simple-fileshare

Share a file using UIDocumentInteractionController for ios and createChooser for android.

Usage no npm install needed!

<script type="module">
  import nativescriptSimpleFileshare from 'https://cdn.skypack.dev/nativescript-simple-fileshare';
</script>

README

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