Home
last modified time | relevance | path

Searched refs:FormOptions (Results 1 – 5 of 5) sorted by relevance

/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts134 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
141 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
148 }: { contact?: Contacts.Contact; options?: Contacts.FormOptions } = {}) {
/expo/packages/expo-contacts/build/
H A DContacts.d.ts420 export type FormOptions = { alias
627 …sync(contactId?: string | null, contact?: Contact | null, formOptions?: FormOptions): Promise<any>;
H A DContacts.js.map1FormOptions = {\n /**\n * The properties that will be displayed. On iOS those properties does n…
/expo/packages/expo-contacts/src/
H A DContacts.ts442 export type FormOptions = { alias
756 formOptions: FormOptions = {}
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx213 Contacts.presentFormAsync(contactId: string, contact: Contact, formOptions: FormOptions): Promise<a…
224 | formOptions | `FormOptions` | Options for the native editor |
706 ### FormOptions