From 992446c006a07a129cb2111d1c454a7b5c680ab9 Mon Sep 17 00:00:00 2001 From: Harkirat Saluja Date: Thu, 12 Oct 2017 10:21:38 +0530 Subject: [PATCH] Update ios.js --- ios.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios.js b/ios.js index 340ef04cf..86c02a323 100644 --- a/ios.js +++ b/ios.js @@ -12,7 +12,7 @@ import { const RNFetchBlob:RNFetchBlobNative = NativeModules.RNFetchBlob /** - * Open a file using UIDocumentInteractionController + * Preview a file using UIDocumentInteractionController * @param {string]} path Path of the file to be open. * @param {string} scheme URI scheme that needs to support, optional * @return {Promise} @@ -25,7 +25,7 @@ function previewDocument(path:string, scheme:string) { } /** - * Preview a file using UIDocumentInteractionController + * Open a file using UIDocumentInteractionController * @param {string]} path Path of the file to be open. * @param {string} scheme URI scheme that needs to support, optional * @return {Promise}