Home
last modified time | relevance | path

Searched refs:Group (Results 1 – 25 of 26) sorted by relevance

12

/expo/packages/expo-router/build/
H A Dprimitives.js4 exports.Group = exports.Screen = void 0;
8 _a = (0, core_1.createNavigatorFactory)({})(), exports.Screen = _a.Screen, exports.Group = _a.Group;
H A DgetServerManifest.d.ts11 export interface Group { interface
18 [groupName: string]: Group;
H A Dprimitives.js.map1 …` does not expose the Screen or Group components directly, so we have to\n// do this hack.\nexport…
H A Dprimitives.d.ts18 }>, {}, import("@react-navigation/core").EventMapBase>) => null, Group: import("react").ComponentTy…
H A DgetServerManifest.js.map1 …rface Group {\n pos: number;\n repeat: boolean;\n optional: boolean;\n}\n\nexport interface Rou…
/expo/docs/ui/components/Navigation/
H A Dtypes.ts3 export type NavigationNode = Section | Group | Page;
25 children: (Group | Page)[];
31 export type Group = Node< alias
H A DNavigation.tsx58 * - Group -> if the group contains an active page
/expo/packages/expo-router/src/
H A Dprimitives.tsx3 // `@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 DgetServerManifest.ts14 export interface Group { interface
21 groups: { [groupName: string]: Group };
/expo/docs/ui/components/CommandMenu/
H A DCommandMenu.tsx94 <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 DBreathe.tsx10 Group,
59 <Group origin={center} transform={transform} blendMode="screen">
64 </Group>
/expo/packages/expo-dev-menu-interface/ios/MenuItems/
H A DDevMenuItem.swift10 case Group = 2
H A DDevMenuGroup.swift11 super.init(type: .Group)
/expo/packages/expo-contacts/build/
H A DContacts.d.ts487 export type Group = { alias
714 export declare function getGroupsAsync(groupQuery: GroupQuery): Promise<Group[]>;
H A DContacts.js.map1Group = {\n /**\n * Immutable id representing the group.\n */\n name?: string;\n /**\n * …
/expo/packages/expo-contacts/src/
H A DContacts.ts511 export type Group = { alias
931 export async function getGroupsAsync(groupQuery: GroupQuery): Promise<Group[]> {
/expo/apps/native-component-list/src/screens/Contacts/
H A DContactUtils.ts77 ): Promise<Contacts.Group | undefined> {
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DTouchEvents.tsx72 static title = 'Bind touch events callback on Group element with viewBox';
/expo/docs/.vale/writing-styles/expo-docs/
H A DHeadingCase.yml107 - Group
/expo/packages/expo-apple-authentication/
H A DREADME.md34 … 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 Dcontacts.mdx456 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 Dapple-authentication.mdx54 … enable the "Sign In with Apple" capability, click "Edit" and choose the "Group with an existing p…
/expo/docs/pages/build-reference/
H A Dios-capabilities.mdx58 | <YesIcon /> | Group Activities | `com.apple.developer.group-sess…
/expo/guides/
H A DExpo JavaScript Style Guide.md89 Group and sort `import` statements and `require()` calls in this order:
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle472 …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…
744Group',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…

12