[expo-file-system] add possibility to preview the file
szarbartosz
I have an use case in which I download a file (pdf in my case) and then want to preview it (in my case to print it) - to do so I'm utilizing react-native-blob-util library that uses UIDocumentInteractionController for previewing on iOS, and launching an intent with pdf mime type for previewing on Android - I'd love to contribute to expo by implementing this on my own, but wanted to ask for guidance - is expo-file-system a proper package for this feature? Do you believe that such cases should be handled in some other way?