forked from joltup/rn-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 130
iOS API
Ron Radtke edited this page Feb 5, 2022
·
3 revisions
0.10.0
Open a file in UIDocumentInteractionController, this is the default document viewer of iOS, supports several kinds of files. On Android, there's an similar method android.actionViewIntent.
This is a required field, the path to the document. The path should NOT contains any scheme prefix.
RNFetchBlob.ios.previewDocument(pathToLocalFile)
0.10.0
Show options menu for interact with the file.
This is a required field, the path to the document. The path should NOT contains any scheme prefix.
RNFetchBlob.ios.openDocument(pathToLocalFile)