Searched refs:formOptions (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.js | 183 export async function presentFormAsync(contactId, contact, formOptions = {}) { argument 188 const adjustedOptions = formOptions; 201 return await ExpoContacts.presentFormAsync(contactId, contact, formOptions);
|
| H A D | Contacts.d.ts | 627 … presentFormAsync(contactId?: string | null, contact?: Contact | null, formOptions?: FormOptions):…
|
| H A D | Contacts.js.map | 1 …formOptions Options for the native editor.\n * @example\n * ```js\n * await Contacts.presentFormAs…
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 756 formOptions: FormOptions = {} 762 const adjustedOptions = formOptions; 779 return await ExpoContacts.presentFormAsync(contactId, contact, formOptions);
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 210 ### `Contacts.presentFormAsync(contactId, contact, formOptions)` 213 Contacts.presentFormAsync(contactId: string, contact: Contact, formOptions: FormOptions): Promise<a… 224 | formOptions | `FormOptions` | Options for the native editor |
|