react-native-document-controller

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i react-native-document-controller

Weekly Downloads

1

Version

0.0.3

License

none

Last publish

Collaborators

  • deldreth