I have been trying to open documents like (pdf
, docx
, xslx
) file into (inside the app, not in any other installed app) my react-native
application. From research I got some PDF
viewer only that will be used to open pdf inside the app but not the other two types DOCx
and XSLx
.
I got some doc-viewer
also, that full fill some of my requirement that it can be used to open document of all three of it's type but in other installed app not inside my react-native
app.
I have created demo projects for these and checked but non of it help me with my requirements.