React native – How can I display a PDF in an Expo Go project?
I’m working on a React Native project using Expo Go, and I need to display PDF files within the app. I’ve looked into using libraries like react-native-pdf, rn-pdf-reader-js and react-native-file-viewer, but it seems they require custom native code, which Expo…