This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
openDocument() shows status bar, any way to hide it? #292
Open
Description
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",