| /expo/packages/expo-router/build/ |
| H A D | primitives.js | 4 exports.Group = exports.Screen = void 0; 8 _a = (0, core_1.createNavigatorFactory)({})(), exports.Screen = _a.Screen, exports.Group = _a.Group;
|
| H A D | getServerManifest.d.ts | 11 export interface Group { interface 18 [groupName: string]: Group;
|
| H A D | primitives.js.map | 1 …` does not expose the Screen or Group components directly, so we have to\n// do this hack.\nexport…
|
| H A D | primitives.d.ts | 18 }>, {}, import("@react-navigation/core").EventMapBase>) => null, Group: import("react").ComponentTy…
|
| H A D | getServerManifest.js.map | 1 …rface Group {\n pos: number;\n repeat: boolean;\n optional: boolean;\n}\n\nexport interface Rou…
|
| /expo/docs/ui/components/Navigation/ |
| H A D | types.ts | 3 export type NavigationNode = Section | Group | Page; 25 children: (Group | Page)[]; 31 export type Group = Node< alias
|
| H A D | Navigation.tsx | 58 * - Group -> if the group contains an active page
|
| /expo/packages/expo-router/src/ |
| H A D | primitives.tsx | 3 // `@react-navigation/core` does not expose the Screen or Group components directly, so we have to 5 export const { Screen, Group } = createNavigatorFactory({} as any)();
|
| H A D | getServerManifest.ts | 14 export interface Group { interface 21 groups: { [groupName: string]: Group };
|
| /expo/docs/ui/components/CommandMenu/ |
| H A D | CommandMenu.tsx | 94 <Command.Group heading="Expo documentation"> 108 </Command.Group> 111 <Command.Group heading="Expo dashboard"> 120 </Command.Group> 123 <Command.Group heading="React Native documentation"> 127 </Command.Group> 130 <Command.Group heading="React Native directory"> 139 </Command.Group>
|
| /expo/apps/native-component-list/src/screens/Skia/ |
| H A D | Breathe.tsx | 10 Group, 59 <Group origin={center} transform={transform} blendMode="screen"> 64 </Group>
|
| /expo/packages/expo-dev-menu-interface/ios/MenuItems/ |
| H A D | DevMenuItem.swift | 10 case Group = 2
|
| H A D | DevMenuGroup.swift | 11 super.init(type: .Group)
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 487 export type Group = { alias 714 export declare function getGroupsAsync(groupQuery: GroupQuery): Promise<Group[]>;
|
| H A D | Contacts.js.map | 1 …Group = {\n /**\n * Immutable id representing the group.\n */\n name?: string;\n /**\n * …
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 511 export type Group = { alias 931 export async function getGroupsAsync(groupQuery: GroupQuery): Promise<Group[]> {
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactUtils.ts | 77 ): Promise<Contacts.Group | undefined> {
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | TouchEvents.tsx | 72 static title = 'Bind touch events callback on Group element with viewBox';
|
| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | HeadingCase.yml | 107 - Group
|
| /expo/packages/expo-apple-authentication/ |
| H A D | README.md | 34 … enable the "Sign In with Apple" capability, click "Edit" and choose the "Group with an existing p…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | contacts.mdx | 456 Contacts.getGroupsAsync(query: GroupQuery): Promise<Group[]> 471 | groups | `Group[]` | Collection of groups that fit query. | 571 ### Group 599 - Container from Group: `getContainersAsync({ groupId })`
|
| H A D | apple-authentication.mdx | 54 … enable the "Sign In with Apple" capability, click "Edit" and choose the "Group with an existing p…
|
| /expo/docs/pages/build-reference/ |
| H A D | ios-capabilities.mdx | 58 | <YesIcon /> | Group Activities | `com.apple.developer.group-sess…
|
| /expo/guides/ |
| H A D | Expo JavaScript Style Guide.md | 89 Group and sort `import` statements and `require()` calls in this order:
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 472 …ello-react-navigation for the latest API and guides.");return{Navigator:t,Group:n.default,Screen:o… 497 …enOptions]))),t}}throw new Error(`A navigator can only contain 'Screen', 'Group' or 'React.Fragmen… 737 …':'[ ')+s+(u?']':' ]')),s}function c(n,u,p,s){var f,l;switch(n.type){case'Group':f=t(n,u,p,s)+(n.d… 744 …Group',terms:t,combinator:n,disallowEmpty:!1,explicit:!1}}for(n=Object.keys(n).sort((function(t,n)… 747 …both aren\'t a function');!(function t(n){switch(f.call(s,n),n.type){case'Group':n.terms.forEach(t… 749 …){if('function'==typeof t)return{type:'Generic',fn:t};switch(t.type){case'Group':var n=p(t.combina…
|