I'm working on an app for a financial company. They want the statements which are in PDF be accessible within the app for viewing. I'm having a hard time finding a solution since any libraries with a PDF reader would require ejecting from expo which I need to avoid.
I've been trying to use the expo-web-browser hoping I can keep it contained within the app kind of like how it works with authentication.
Any insights?