0.2.1 • Published 7 years ago

react-native-document-interaction v0.2.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

#React Native Document Interaction Controller

This package calls UIDocumentInteractionController for IOS to preview document.

import DocumentInteractionController from 'react-native-document-interaction-controller';

DocumentInteractionController.preview(localFilePath);

To preview a remote file, download with react-native-fs.