react-native-doc-viewer
react-native-doc-viewer copied to clipboard
PDF or any other document from local file are not previewing

I got the same
work well on master
@bhatti-waqas did you find any solution, am facing same issue please help me ?
Hello from 2020! I'm encountering this same issue trying to load a .png from base64. Working on React Native 0.60.5 to build an iPad app.
Edit: I discovered my issue. I was passing the filetype as image/png when the library works using just png.
See the file RNDocViewer.m for reference, on line 220 we have:
NSString* fileName = [NSString stringWithFormat:@"%@%@%@", filename, @".", filetype];