Closed hmarat closed 3 years ago
Anytime when I want to change contact's phone label to custom, it changes to "Other".
contact.phones[0].label = 'Custom label'; await Contacts.updateContact(contact);
This wasn't implemented on Android due to my laziness.
It should be now. 0.6.5+1
0.6.5+1
Anytime when I want to change contact's phone label to custom, it changes to "Other".
contact.phones[0].label = 'Custom label'; await Contacts.updateContact(contact);