react-native-document-controller
v0.0.3
Published
React Native component for handling UIDocumentInteractionController
Downloads
13
Maintainers
Readme
react-native-document-controller
NativeModule to handle iOS UIDocumentInteractionController for Copy To... or Open With... behavior.
Usage
import { NativeModules } from 'react-native'; // or whatever flavor you prefer
var DocumentController = NativeModules.DocumentController;
DocumentController.show({
file: 'file://<asset-library-uri>'
});