NativeScript Simple File Share
使用 UIDocumentInteractionController 在 iOS 上共享文件,并使用 createChooser 在 Android 上创建。
npm i --save nativescript-simple-fileshare
- 版本:1.0.0
- GitHub: https://github.com/garystubbings/nativescript-simple-fileshare
- NPM: https://npmjs.net.cn/package/nativescript-simple-fileshare
- 下载量
- 昨日: 0
- 上周: 0
- 上月: 0
NativeScript Simple File Share 插件
安装
tns plugin add nativescript-simple-fileshare
使用
const shareFile = new ShareFile();
shareFile.open({
path: pathToFile,
options: true,
animated: true
});
许可证
MIT