Home
last modified time | relevance | path

Searched refs:getPrimary (Results 1 – 2 of 2) sorted by relevance

/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts64 export function getPrimary<T extends { isPrimary?: boolean }>(items: T[]) { function
H A DContactDetailScreen.tsx122 const phone = ContactUtils.getPrimary<Contacts.PhoneNumber>(contact.phoneNumbers ?? []);
123 const email = ContactUtils.getPrimary<Contacts.Email>(contact.emails ?? []);