Document viewer

Is there a component that can open the file like (.docs, .pdf ,. etc.) and it can view to your app?

You can pick documents with DocumentPicker (docs: https://docs.expo.io/versions/latest/sdk/document-picker.html) and to view them perhaps you could open the local URI in a WebView?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.