react-native-documents / document-picker

Document Picker for React Native
https://react-native-documents.github.io/
MIT License
1.35k stars 437 forks source link

Add vcard support #563

Closed cancit closed 2 years ago

cancit commented 2 years ago

Summary

Adds support for picking vCard files, also known as Virtual Contact File (.vcf). It is useful for sending contact data.

Test Plan

What's required for testing (prerequisites)?

OS Implemented
iOS
Android

Checklist

vonovak commented 2 years ago

Hello, thank you for the PR! There are many different file types out there, and the document picker only has "shortcuts" for the most common ones like word / zip and similar. It's hard to draw the line on what should and should not be included, but I believe the list of shortcuts we have is, at this point, final.

Therefore I will not be merging this PR.

Thank you for you effort though! 🙂