I'm testing on ios simulator iphone Xcode 10.3 (10G8) and i'm downloading a pdf file.
When i put in my code RNFetchBlob.ios.previewDocument(res.path()) it is opening the menu, but the wiki says "Open a file in the default document viewer of iOS".
When i put in my code RNFetchBlob.ios.openDocument(res.path()) it previews the document with the default document viewer of iOS, but the wiki says "Show options menu for interact with the file".
Recently i was consulting the Wiki ios API at https://github.com/joltup/rn-fetch-blob/wiki/iOS-API and i think the two methods description are inverted.
I'm testing on ios simulator iphone Xcode 10.3 (10G8) and i'm downloading a pdf file.
When i put in my code RNFetchBlob.ios.previewDocument(res.path()) it is opening the menu, but the wiki says "Open a file in the default document viewer of iOS".
When i put in my code RNFetchBlob.ios.openDocument(res.path()) it previews the document with the default document viewer of iOS, but the wiki says "Show options menu for interact with the file".
Are the two methods description exchanged?