Home
last modified time | relevance | path

Searched refs:ContactTypes (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-contacts/build/
H A DContacts.js561 export var ContactTypes; variable
562 (function (ContactTypes) { argument
566 ContactTypes["Person"] = "person";
570 ContactTypes["Company"] = "company";
571 })(ContactTypes || (ContactTypes = {}));
H A DContacts.d.ts4 export type ContactType = ContactTypes | `${ContactTypes}`;
896 export declare enum ContactTypes { enum
H A DContacts.js.map1ContactTypes | `${ContactTypes}`;\n\nexport type FieldType = Fields | `${Fields}`;\n\nexport type …
/expo/packages/expo-contacts/src/__tests__/
H A DContacts-test.ios.ts9 contactType: Contacts.ContactTypes.Person,
/expo/packages/expo-contacts/src/
H A DContacts.ts10 export type ContactType = ContactTypes | `${ContactTypes}`;
1179 export enum ContactTypes { enum
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx834 const contactType = Contacts.ContactTypes.Person;