Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 272) sorted by relevance

1234567891011

/expo/docs/scripts/
H A Dtest-links.js31 const page = await browser.newPage(); constant
34 const response = await page.goto(`${url}${link}`);
36 await page.waitForFunction(
40 if (await page.$('#redirect-link')) {
41 await Promise.all([page.waitForNavigation(), page.click('#redirect-link')]);
42 console.info(`Redirected from ${link} to ${page.url()}`);
44 await page.waitForFunction(
/expo/packages/expo-router/src/__tests__/
H A DgetServerManifest.test.node.ts30 page: './b+api',
35 page: './a',
40 page: './404',
43 page: './c/[...404]',
54 page: './api/[post]+api',
90 page: './(a)/b',
107 page: './a/index/b',
112 page: './a/index/index',
185 page: './c/[d]/e/[...f]',
190 page: './[a]',
[all …]
/expo/packages/expo-router/build/
H A DgetServerManifest.d.ts25 page: string;
33 page: string;
41 page: string;
48 export declare function getNamedRouteRegex(normalizedRoute: string, page: string): {
49 page: string;
/expo/apps/native-component-list/src/screens/
H A DPagerViewScreen.tsx11 console.log('New page!');
13 <View key="1" style={styles.page}>
14 <Text style={styles.text}>First page</Text>
15 <Text style={styles.description}>Swipe this to scroll to the next page</Text>
17 <View key="2" style={styles.page}>
18 <Text style={styles.text}>Second page</Text>
34 page: {
/expo/docs/ui/components/Navigation/
H A DNavigation.tsx35 page: PageLink,
46 const hasChildren = route.type !== 'page' && route.children.length;
57 * - Page -> if the pathname matches the page's href property
58 * - Group -> if the group contains an active page
59 * - Section -> if the section contains an active group or page
63 page: null,
77 case 'page':
79 activeRoutes.page = route;
87 if (nestedActiveRoutes?.page) {
88 activeRoutes.page = nestedActiveRoutes.page;
[all …]
H A DNavigation.test.tsx13 import { HeadingsContext } from '~/components/page-higher-order/withHeadingManager';
26 node('page', { name: 'Introduction', href: '/introduction' }),
37 node('page', { name: 'Building for store', href: '/build/eas-build' }),
38 node('page', { name: 'Submitting to store', href: '/build/eas-submit' }),
96 it('finds active page in list', () => {
99 page: getNode(section, { name: 'Create a new app' }),
105 it('finds active page and group in list', () => {
108 page: getNode(section, { name: 'Submitting to store' }),
114 it('finds active page, group, and section in list', () => {
116 page: getNode(nodes, { name: 'Styling text' }),
[all …]
/expo/packages/expo-router/src/
H A Dmatchers.tsx1 /** Match `[page]` -> `page` */
8 /** Match `[...page]` -> `page` */
13 /** Match `(page)` -> `page` */
/expo/docs/pages/versions/unversioned/sdk/
H A Dview-pager.mdx39 <View style={styles.page} key="1">
40 <Text>First page</Text>
43 <View style={styles.page} key="2">
44 <Text>Second page</Text>
46 <View style={styles.page} key="3">
47 <Text>Third page</Text>
58 page: {
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
148 **On iOS** you can set the page margins using the `margins` option:
152 html: 'This page is printed with margins',
162 If `useMarkupFormatter` is set to `true`, setting margins may cause a blank page to appear at the e…
164 … in `printAsync` or `printToFileAsync`, the resulting print might contain page margins (it depends…
165 They are set by `@page` style block and you can override them in your HTML code:
169 @page {
175 See [@page docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for more details.
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dview-pager.mdx39 <View style={styles.page} key="1">
40 <Text>First page</Text>
43 <View style={styles.page} key="2">
44 <Text>Second page</Text>
46 <View style={styles.page} key="3">
47 <Text>Third page</Text>
58 page: {
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
148 **On iOS** you can set the page margins using the `margins` option:
152 html: 'This page is printed with margins',
162 … in `printAsync` or `printToFileAsync`, the resulting print might contain page margins (it depends…
163 They are set by `@page` style block and you can override them in your HTML code:
167 @page {
173 See [@page docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for more details.
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dview-pager.mdx39 <View style={styles.page} key="1">
40 <Text>First page</Text>
43 <View style={styles.page} key="2">
44 <Text>Second page</Text>
46 <View style={styles.page} key="3">
47 <Text>Third page</Text>
58 page: {
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
148 **On iOS** you can set the page margins using the `margins` option:
152 html: 'This page is printed with margins',
162 … in `printAsync` or `printToFileAsync`, the resulting print might contain page margins (it depends…
163 They are set by `@page` style block and you can override them in your HTML code:
167 @page {
173 See [@page docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for more details.
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dview-pager.mdx39 <View style={styles.page} key="1">
40 <Text>First page</Text>
43 <View style={styles.page} key="2">
44 <Text>Second page</Text>
46 <View style={styles.page} key="3">
47 <Text>Third page</Text>
58 page: {
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
148 **On iOS** you can set the page margins using the `margins` option:
152 html: 'This page is printed with margins',
162 If `useMarkupFormatter` is set to `true`, setting margins may cause a blank page to appear at the e…
164 … in `printAsync` or `printToFileAsync`, the resulting print might contain page margins (it depends…
165 They are set by `@page` style block and you can override them in your HTML code:
169 @page {
175 See [@page docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for more details.
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dview-pager.mdx39 <View style={styles.page} key="1">
40 <Text>First page</Text>
43 <View style={styles.page} key="2">
44 <Text>Second page</Text>
46 <View style={styles.page} key="3">
47 <Text>Third page</Text>
58 page: {
H A Dprint.mdx51 // On iOS/android prints the given html. On web prints the HTML from the current page.
59 // On iOS/android prints the given html. On web prints the HTML from the current page.
148 **On iOS** you can set the page margins using the `margins` option:
152 html: 'This page is printed with margins',
162 If `useMarkupFormatter` is set to `true`, setting margins may cause a blank page to appear at the e…
164 … in `printAsync` or `printToFileAsync`, the resulting print might contain page margins (it depends…
165 They are set by `@page` style block and you can override them in your HTML code:
169 @page {
175 See [@page docs on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@page) for more details.
/expo/docs/ui/components/Footer/
H A DFooter.test.tsx19 screen.getByText('Edit this page');
61 test('non-versioned page', () => {
65 test('nested non-versioned page', () => {
69 test('versioned index page', () => {
73 test('nested versioned page', () => {
79 test('latest index page', () => {
83 test('nested latest page', () => {
89 test('unversioned index page', () => {
95 test('nested unversioned page', () => {
/expo/packages/expo-dev-launcher/bundle/queries/
H A DuseBranchesForApp.tsx58 page = 1,
63 page?: number;
68 const offset = (page - 1) * pageSize;
113 page,
120 page: 1,
135 page: pageParam,
151 return lastPage?.page + 1;
179 .flatMap((page) => page.branches)
184 query?.data?.pages.flatMap((page) => page.incompatibleBranches) ?? [];
202 getBranchesAsync({ page: pageParam, appId, runtimeVersion, pageSize })
H A DuseUpdatesForBranch.tsx48 page: number,
51 const offset = (page - 1) * pageSize;
71 page,
91 return previousPage.page + 1;
96 const updates = query.data?.pages.flatMap((page) => page.updates) ?? [];
119 page: 1,
/expo/apps/bare-expo/e2e/
H A DTestSuite-test.web.js45 return expect(page).toMatchElement(`div[data-testid="${id}"]`, ...props);
56 await page.goto(`${config.url}/test-suite/run?tests=${testName}`, {
66 const element = await page.$(`div[data-testid="test_suite_final_results"]`);
/expo/apps/native-component-list/src/components/
H A DPage.tsx7 <View style={styles.page}>{children}</View>
11 <ScrollView style={[styles.page, styles.scrollPage]}>{children}</ScrollView>
24 page: {
/expo/tools/src/
H A DGitHub.ts248 const page = offset ? offset * per_page : 0; constant
254 page,
297 for (let page = 1, maxPage = Math.ceil(issue.comments / pageSize); page <= maxPage; page++) {
299 page,
/expo/.github/ISSUE_TEMPLATE/
H A Ddocumentation.yml17 label: Link to the related docs page
22 … fixing, please do so! You can edit any page in our docs by scrolling to the bottom and selecting …
/expo/docs/components/page-higher-order/
H A DDocumentationElements.tsx6 import { HeadingsContext } from '~/components/page-higher-order/withHeadingManager';
7 import { PageApiVersionProvider } from '~/providers/page-api-version';
8 import { PageMetadataContext } from '~/providers/page-metadata';

1234567891011