Home
last modified time | relevance | path

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

/expo/apps/test-suite/tests/
H A DContacts.js87 [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 DContacts.d.ts755 FirstName = "firstName",
886 FirstName = "firstName", enumerator
H A DContacts.js.map1FirstName]: 'Bird',\n * [Contacts.Fields.LastName]: 'Man',\n * [Contacts.Fields.Company]: 'You…
/expo/packages/expo-contacts/src/
H A DContacts.ts1034 FirstName = 'firstName', enumerator
1168 FirstName = 'firstName', enumerator
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts34 [Contacts.Fields.FirstName]: 'First Name',
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx190 [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 | ✅ | ✅ |