Open wootwoot1234 opened 7 years ago
just wondering can we access not only images but all documents using react-native-fetch-blob , do I need to add other dependancies to access files/folders or it is already bundled with react-native-fetch-blob ? , because as we need to add react-native-image-picker so I have this idea whether we need to add other extra dependancy to access list of other docs .
Any news one this ? Or does openDocument has a property like onClose so we can set the StatusBar back to hidden after the document viewer is closed ?
Thanks for this great module.
I'm using this module to view/share PDFs. My app has the status bar hidden all the time but for some reason when opening a PDF using
openDocument()
the status bar shows up. Any idea how to fix this?I'm using
RNFetchBlob.ios.openDocument(filePath);
to open the pdf file.I'm running: "react-native": "^0.34.1", "react-native-fetch-blob": "^0.10.2",