react-native-fs icon indicating copy to clipboard operation
react-native-fs copied to clipboard

File's mime type

Open yairopro opened this issue 4 years ago • 3 comments

Hello

It's a feature request, not an issue.

stat(filepath) would return the file's mime type.

type StatResult = {
	mimeType: string?,
	// ...
};

yairopro avatar Jul 23 '20 08:07 yairopro

Agree, now i have to use other function to get Mimetype! vote up!

mcjambi avatar Jul 08 '22 18:07 mcjambi