I'm trying to upload a file on iOS using react-native-document-picker, but it does not return the MIME type of files in the type field. I thought it was supposed to always work because this is mentioned in the README, I'm not sure if it's a bug.
Is it possible to get the file type when choosing files from iCloud Drive?
I'm trying to upload a file on iOS using react-native-document-picker, but it does not return the MIME type of files in the
typefield. I thought it was supposed to always work because this is mentioned in the README, I'm not sure if it's a bug.Is it possible to get the file type when choosing files from iCloud Drive?