capacitor-community / contacts

Contacts Plugin for Capacitor
https://capacitor-community.github.io/contacts/
119 stars 52 forks source link

Feat: Add nickname to name result type #120

Open gregzo opened 3 months ago

gregzo commented 3 months ago

The name projection will not capture the nickname field (CNContactNicknameKey on iOS and macOS). This is an important data point in our application.

It would be relatively trivial to add this field. I have no Android experience but am happy to handle the iOS side. Let me know if you'd accept an iOS only PR.