react-native-file-share-intent
react-native-file-share-intent copied to clipboard
support for audio and multiple file type
When you select multiple files and they are in a different format (eg image and video), it shows "Type is not support". Adding 'type.startsWith("*/")' fix this issue.