| /expo/apps/test-suite/tests/ |
| H A D | Contacts.js | 465 let groups; 468 firstGroup = groups[0]; 486 let groups; 488 groups = await Contacts.getGroupsAsync({ 491 testGroups = groups; 503 for (const group of groups) { 512 let groups; 515 groups = await Contacts.getGroupsAsync({ 537 expect(Array.isArray(groups)).toBe(true); 538 expect(groups.length).toBe(1); [all …]
|
| /expo/packages/expo-modules-autolinking/scripts/ios/ |
| H A D | react_import_patcher.rb | 49 …groups = project.groups.select { |group| !(['Dependencies', 'Frameworks', 'Products'].include? gro… 50 groups.each do |group|
|
| /expo/packages/expo-notifications/build/ |
| H A D | getNotificationChannelGroupsAsync.js.map | 1 … channel groups.\n * @return A Promise which resoles to an array of channel groups. On platforms t…
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactUtils.ts | 78 const groups = await Contacts.getGroupsAsync({ groupName }); constant 79 if (groups && groups.length > 0) { 80 return groups[0];
|
| /expo/packages/@expo/server/src/ |
| H A D | environment.ts | 56 if (match?.groups) { 57 for (const [key, value] of Object.entries(match.groups)) {
|
| H A D | index.ts | 97 if (match?.groups) { 98 for (const [key, value] of Object.entries(match.groups)) {
|
| /expo/packages/expo-router/src/__tests__/ |
| H A D | getServerManifest.test.node.ts | 126 expect(getNamedMatcher('./post/[my_lil-id].tsx').exec('/post/123')?.groups).toEqual({ 139 expect(matched?.groups).toEqual({ 159 expect(matched?.groups).toEqual({
|
| /expo/packages/@expo/server/build/ |
| H A D | environment.js | 42 if (match?.groups) { 43 for (const [key, value] of Object.entries(match.groups)) {
|
| H A D | index.js | 70 if (match?.groups) { 71 for (const [key, value] of Object.entries(match.groups)) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | lint-java.js | 129 const groups = []; 139 groups.push(group); 145 return groups.map(x => ({
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | lint-java.js | 129 const groups = []; 139 groups.push(group); 145 return groups.map(x => ({
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportStaticAsync.ts | 289 const groups = head.slice(1, -1).split(','); constant 291 if (groups.length > 1) { 292 for (const group of groups) { 299 generateVariations(rest, current ? `${current}/(${groups[0]})` : `(${groups[0]})`);
|
| /expo/packages/expo-router/build/ |
| H A D | getRoutes.js | 170 const groups = match?.split(','); 171 const groupsSet = new Set(groups); 172 if (groupsSet.size !== groups.length) { 173 …throw new Error(`Array syntax cannot contain duplicate group name "${groups}" in "${contextKey}".`… 175 if (groups.length === 1) { 179 for (const group of groups) {
|
| H A D | getServerManifest.d.ts | 17 groups: { property
|
| /expo/packages/expo-router/src/ |
| H A D | getRoutes.ts | 231 const groups = match?.split(','); constant 232 const groupsSet = new Set(groups); 234 if (groupsSet.size !== groups.length) { 236 `Array syntax cannot contain duplicate group name "${groups}" in "${contextKey}".` 240 if (groups.length === 1) { 245 for (const group of groups) {
|
| /expo/packages/eslint-config-universe/shared/ |
| H A D | core.js | 151 groups: [['builtin', 'external'], 'internal', ['parent', 'index', 'sibling']], property
|
| /expo/docs/pages/router/advanced/ |
| H A D | shared-routes.mdx | 11 To match the same URL with different layouts, use [**groups**](/routing/layouts#groups) with overla…
|
| /expo/docs/ui/components/Sidebar/ |
| H A D | Sidebar.tsx | 49 page: null, // Pages are rendered inside groups and should not be rendered directly
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 411 Add a contact as a member to a group. A contact can be a member of multiple groups. 459 Query and return a list of system groups. 465 | query | `GroupQuery` | Information regarding which groups you want to get. | 471 | groups | `Group[]` | Collection of groups that fit query. | 476 const groups = await Contacts.getGroupsAsync({ groupName: 'sailor moon' }); 575 A parent to contacts. A contact can belong to multiple groups. 593 A parent to contacts and groups. You can query the default container with `getDefaultContainerIdAsy… 743 Used to query native contact groups. 747 | groupName | `string` | Query all groups matching a name. | 749 | containerId | `string` | Query all groups that belong to a certain container. |
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts.m | 477 if (groups) { 478 [response addObjectsFromArray:groups]; 482 if (!groups) return; 483 for (CNGroup *group in groups) { 1061 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:predicate error:&error]; 1066 return groups; 1074 if (error || groups.count == 0) { 1078 return groups[0]; 1084 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:nil error:&error]; 1088 } else if (groups.count == 0) { [all …]
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts.m | 477 if (groups) { 478 [response addObjectsFromArray:groups]; 482 if (!groups) return; 483 for (CNGroup *group in groups) { 1063 [EXContacts rejectWithError:@"Failed to get groups" error:error rejecter:reject]; 1066 return groups; 1074 if (error || groups.count == 0) { 1078 return groups[0]; 1084 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:nil error:&error]; 1088 } else if (groups.count == 0) { [all …]
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts.m | 477 if (groups) { 478 [response addObjectsFromArray:groups]; 482 if (!groups) return; 483 for (CNGroup *group in groups) { 1061 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:predicate error:&error]; 1066 return groups; 1074 if (error || groups.count == 0) { 1078 return groups[0]; 1084 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:nil error:&error]; 1088 } else if (groups.count == 0) { [all …]
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts.m | 477 if (groups) { 478 [response addObjectsFromArray:groups]; 482 if (!groups) return; 483 for (CNGroup *group in groups) { 1061 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:predicate error:&error]; 1066 return groups; 1074 if (error || groups.count == 0) { 1078 return groups[0]; 1084 NSArray<CNGroup *> *groups = [contactStore groupsMatchingPredicate:nil error:&error]; 1088 } else if (groups.count == 0) { [all …]
|
| /expo/docs/pages/routing/ |
| H A D | layouts.mdx | 61 If you want multiple layout routes without modifying the URL, you can use [groups](#groups). 70 …ding layouts without adding additional segments to the URL. You can add as many groups as you want.
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 571 …groups:["CSS Charsets"],status:"standard",mdn_url:"https://developer.mozilla.org/docs/Web/CSS/@cha… property 572 …groups:["CSS Variables"],initial:"seeProse",appliesto:"allElements",computed:"asSpecifiedWithVarsS… property
|