Home
last modified time | relevance | path

Searched refs:Contact (Results 1 – 20 of 20) sorted by relevance

/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsList.tsx10 data: Contacts.Contact[];
12 FlatListProps<Contacts.Contact>,
13 Exclude<keyof FlatListProps<Contacts.Contact>, 'renderItem' | 'keyExtractor' | 'data'>
17 const renderItem: ListRenderItem<Contacts.Contact> = React.useCallback(
30 <FlatList<Contacts.Contact>
H A DContactUtils.ts134 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
141 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
148 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
H A DContactsScreen.tsx35 const randomContact = { note: 'Likes expo...' } as Contacts.Contact;
74 let rawContacts: Record<string, Contacts.Contact> = {};
76 const [contacts, setContacts] = React.useState<Contacts.Contact[]>([]);
H A DContactDetailScreen.tsx65 <Text>No Contact Permission</Text>
79 const [contact, setContact] = React.useState<Contacts.Contact | null>(null);
295 Delete Contact
/expo/packages/expo-contacts/build/
H A DContacts.d.ts227 export type Contact = { alias
361 data: Contact[];
558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
576 export declare function addContactAsync(contact: Contact, containerId?: string): Promise<string>;
593 export declare function updateContactAsync(contact: Contact): Promise<string>;
627 export declare function presentFormAsync(contactId?: string | null, contact?: Contact | null, formO…
H A DContacts.js.map1Contact = {\n /**\n * Immutable identifier used for querying and indexing. This value will be g…
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/
H A DContactsModule.java171 Collection<Contact> contacts = (Collection<Contact>) contactData.get("data"); in getContactsAsync()
307 private void presentForm(Contact contact) { in presentForm()
368 private Contact mutateContact(Contact contact, Map<String, Object> data) { in mutateContact()
508 for (Contact contact : contacts) { in serializeContacts()
569 ArrayList<Contact> contacts = (ArrayList<Contact>) contactsData.get("data"); in getAllContactsAsync()
572 for (Contact contact : contacts) { in getAllContactsAsync()
707 Map<String, Contact> contacts; in fetchContacts()
774 private ArrayList<Contact> sortContactsBy(ArrayList<Contact> input, String sortOrder) { in sortContactsBy()
781 public int compare(Contact p1, Contact p2) { in sortContactsBy()
788 public int compare(Contact p1, Contact p2) { in sortContactsBy()
[all …]
H A DContact.java43 public class Contact { class
201 public Contact(String contactId) { in Contact() method in Contact
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DContactsModule.java171 Collection<Contact> contacts = (Collection<Contact>) contactData.get("data"); in getContactsAsync()
307 private void presentForm(Contact contact) { in presentForm()
368 private Contact mutateContact(Contact contact, Map<String, Object> data) { in mutateContact()
508 for (Contact contact : contacts) { in serializeContacts()
569 ArrayList<Contact> contacts = (ArrayList<Contact>) contactsData.get("data"); in getAllContactsAsync()
572 for (Contact contact : contacts) { in getAllContactsAsync()
707 Map<String, Contact> contacts; in fetchContacts()
774 private ArrayList<Contact> sortContactsBy(ArrayList<Contact> input, String sortOrder) { in sortContactsBy()
781 public int compare(Contact p1, Contact p2) { in sortContactsBy()
788 public int compare(Contact p1, Contact p2) { in sortContactsBy()
[all …]
H A DContact.java43 public class Contact { class
201 public Contact(String contactId) { in Contact() method in Contact
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/
H A DContactsModule.java171 Collection<Contact> contacts = (Collection<Contact>) contactData.get("data"); in getContactsAsync()
307 private void presentForm(Contact contact) { in presentForm()
368 private Contact mutateContact(Contact contact, Map<String, Object> data) { in mutateContact()
508 for (Contact contact : contacts) { in serializeContacts()
569 ArrayList<Contact> contacts = (ArrayList<Contact>) contactsData.get("data"); in getAllContactsAsync()
572 for (Contact contact : contacts) { in getAllContactsAsync()
707 Map<String, Contact> contacts; in fetchContacts()
774 private ArrayList<Contact> sortContactsBy(ArrayList<Contact> input, String sortOrder) { in sortContactsBy()
781 public int compare(Contact p1, Contact p2) { in sortContactsBy()
788 public int compare(Contact p1, Contact p2) { in sortContactsBy()
[all …]
H A DContact.java43 public class Contact { class
201 public Contact(String contactId) { in Contact() method in Contact
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/
H A DContactsModule.java171 Collection<Contact> contacts = (Collection<Contact>) contactData.get("data"); in getContactsAsync()
307 private void presentForm(Contact contact) { in presentForm()
368 private Contact mutateContact(Contact contact, Map<String, Object> data) { in mutateContact()
508 for (Contact contact : contacts) { in serializeContacts()
569 ArrayList<Contact> contacts = (ArrayList<Contact>) contactsData.get("data"); in getAllContactsAsync()
572 for (Contact contact : contacts) { in getAllContactsAsync()
707 Map<String, Contact> contacts; in fetchContacts()
774 private ArrayList<Contact> sortContactsBy(ArrayList<Contact> input, String sortOrder) { in sortContactsBy()
781 public int compare(Contact p1, Contact p2) { in sortContactsBy()
788 public int compare(Contact p1, Contact p2) { in sortContactsBy()
[all …]
H A DContact.java43 public class Contact { class
201 public Contact(String contactId) { in Contact() method in Contact
/expo/packages/expo-contacts/src/
H A DContacts.ts245 export type Contact = { alias
380 data: Contact[];
633 ): Promise<Contact | undefined> {
671 export async function addContactAsync(contact: Contact, containerId?: string): Promise<string> {
697 export async function updateContactAsync(contact: Contact): Promise<string> {
755 contact?: Contact | null,
1001 function removeIds(contact: Contact): Contact {
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx136 Contacts.getContactByIdAsync(contactId: string, fields: FieldType[]): Promise<Contact>
152 | contact | `Contact` | Contact with an ID matching the input ID. |
166 Contacts.addContactAsync(contact: Contact, containerId: string): Promise<string>
202 Contacts.updateContactAsync(contact: Contact): Promise<string>
223 | contact | `Contact` | A contact with the changes you wish to persist. |
530 ### Contact
598 - Container from Contact: `getContainersAsync({ contactId })`
779 const contactField = Contact.Fields.FirstName;
839 | Person | `'person'` | Contact is a human |
840 | Company | `'company'` | Contact is group or company |
[all …]
/expo/docs/pages/eas-update/
H A Dknown-issues.mdx14 Are you experiencing issues not listed above? [Contact us](https://expo.dev/contact) or join us on …
/expo/docs/pages/accounts/
H A Dsso.mdx70 An active Enterprise Plan is required to continue using SSO. [Contact us](https://expo.dev/contact)…
74 … organization, account deletion must be done manually by the Expo team. [Contact us](https://expo.…
/expo/docs/pages/app-signing/
H A Dapp-credentials.mdx68 ### Contact Google support
70 Contact Google Support and request them to change your key using [this support form](https://suppor…
/expo/docs/pages/eas/metadata/
H A Dschema.mdx847 Contact phone number in case communication is needed with the App Store review team.