0.0.3 • Published 8 years ago

react-native-document-controller v0.0.3

Weekly downloads
17
License
-
Repository
github
Last release
8 years ago

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>'
});