Closed daniel-moya closed 3 years ago
When using Contacts.openContactForm(), is it possible to use an base64 image uri ?
Contacts.openContactForm()
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
not possible right now. Additions welcome.
When using
Contacts.openContactForm()
, is it possible to use an base64 image uri ?For example
Since I have seen this Issue #470,, I'm not sure if the feature is available now
Reply: