morenoh149 / react-native-contacts

React Native Contacts
MIT License
1.65k stars 564 forks source link

Add base64 thumbnail path using openContactForm #618

Closed daniel-moya closed 3 years ago

daniel-moya commented 3 years ago

When using Contacts.openContactForm(), is it possible to use an base64 image uri ?

For example

Contacts.openContactForm({
    hasThumbnail: true,
    thumbnailPath: contact?.base64image,
});

Since I have seen this Issue #470,, I'm not sure if the feature is available now

I want to create a new contact with thumbnail image.

Reply:

This library cannot do that

morenoh149 commented 3 years ago

not possible right now. Additions welcome.