Searched refs:FirstName (Results 1 – 6 of 6) sorted by relevance
| /expo/apps/test-suite/tests/ |
| H A D | Contacts.js | 87 [Contacts.Fields.FirstName]: 'Eric', 104 [Contacts.Fields.FirstName]: 'Kyle', 126 [Contacts.Fields.FirstName]: firstName, 139 [Contacts.Fields.FirstName]: 'Kenny', 208 [Contacts.Fields.FirstName]: 'Eric', 248 [Contacts.Fields.FirstName]: 'Eric', 299 fields: [Contacts.SortTypes.FirstName], 300 sort: Contacts.SortTypes.FirstName, 342 [Contacts.Fields.FirstName]: 'Tommy', 410 [Contacts.Fields.FirstName]: 'Andy', [all …]
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 755 FirstName = "firstName", 886 FirstName = "firstName", enumerator
|
| H A D | Contacts.js.map | 1 …FirstName]: 'Bird',\n * [Contacts.Fields.LastName]: 'Man',\n * [Contacts.Fields.Company]: 'You…
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 1034 FirstName = 'firstName', enumerator 1168 FirstName = 'firstName', enumerator
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactUtils.ts | 34 [Contacts.Fields.FirstName]: 'First Name',
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 190 [Contacts.Fields.FirstName]: 'Bird', 250 [Contacts.Fields.FirstName]: 'Drake', 779 const contactField = Contact.Fields.FirstName; 786 | FirstName | `'firstName'` | ✅ | ✅ | 845 const sortType = Contacts.SortTypes.FirstName; 850 | FirstName | `'firstName'` | Sort by first name in ascending order | ✅ | ✅ |
|