react-native-fs
react-native-fs copied to clipboard
File's mime type
Hello
It's a feature request, not an issue.
stat(filepath)
would return the file's mime type.
type StatResult = {
mimeType: string?,
// ...
};
Agree, now i have to use other function to get Mimetype! vote up!