Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 112) sorted by relevance

12345

/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dsingle-page-app.test.ts135 const links = indexHtml.querySelectorAll('html > head > link'); constant
136 expect(links.length).toBe(
141 links.forEach((link) => {
146 expect(links[0].toString()).toMatch(
149 expect(links[1].toString()).toMatch(
153 expect(links[2].toString()).toMatch(
156 expect(links[3].toString()).toMatch(
161 fs.readFileSync(path.join(outputDir, links[0].attributes.href), 'utf-8')
166 fs.readFileSync(path.join(outputDir, links[2].attributes.href), 'utf-8')
H A Dstatic-rendering.test.ts215 expect(links.length).toBe(
220 links.forEach((link) => {
225 expect(links[0].toString()).toMatch(
228 expect(links[1].toString()).toMatch(
232 expect(links[2].toString()).toMatch(
235 expect(links[3].toString()).toMatch(
240 fs.readFileSync(path.join(outputDir, links[0].attributes.href), 'utf-8')
245 fs.readFileSync(path.join(outputDir, links[2].attributes.href), 'utf-8')
262 expect(links.length).toBe(1);
263 expect(links[0].attributes.href).toBe(
[all …]
H A Dbase-path.test.ts87 const links = indexHtml.querySelectorAll('html > head > link').filter((link) => { constant
92 const cssFiles = links.map((link) => link.attributes.href);
/expo/packages/@expo/cli/src/export/
H A Dhtml.ts4 links: { rel: string; href: string; as?: string }[]
8 links
/expo/.github/workflows/
H A Ddocs.yml54 …# TODO(cedric): If we have time, we should make sure all links are valid and connected to a proper…
55 # - name: lint links
56 # run: yarn lint-links --quiet
57 - name: ✅ Test links (legacy)
63 yarn test-links http://127.0.0.1:8000
/expo/docs/pages/versions/unversioned/sdk/
H A Dlinking.mdx3 description: An API that provides methods to create and open deep links universally.
12 …with other installed apps using deep links. It also provides helper methods for constructing and p…
H A Dwebbrowser.mdx64 ### Handling deep links from the WebBrowser
66 … `WebBrowser` work the same as other deep links. Read more about it in [Linking](/guides/linking#h…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlinking.mdx3 description: An API that provides methods to create and open deep links universally.
12 …with other installed apps using deep links. It also provides helper methods for constructing and p…
H A Dwebbrowser.mdx64 ### Handling deep links from the WebBrowser
66 … `WebBrowser` work the same as other deep links. Read more about it in [Linking](/guides/linking#h…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlinking.mdx3 description: An API that provides methods to create and open deep links universally.
12 …with other installed apps using deep links. It also provides helper methods for constructing and p…
H A Dwebbrowser.mdx64 ### Handling deep links from the WebBrowser
66 … `WebBrowser` work the same as other deep links. Read more about it in [Linking](/guides/linking#h…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlinking.mdx3 description: An API that provides methods to create and open deep links universally.
12 …with other installed apps using deep links. It also provides helper methods for constructing and p…
H A Dwebbrowser.mdx64 ### Handling deep links from the WebBrowser
66 … `WebBrowser` work the same as other deep links. Read more about it in [Linking](/guides/linking#h…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlinking.mdx3 description: An API that provides methods to create and open deep links universally.
12 …with other installed apps using deep links. It also provides helper methods for constructing and p…
H A Dwebbrowser.mdx64 ### Handling deep links from the WebBrowser
66 … `WebBrowser` work the same as other deep links. Read more about it in [Linking](/guides/linking#h…
/expo/docs/pages/guides/
H A Ddeep-linking.mdx3 description: Learn how to use app/universal links to open your app from a standard web URL.
12links are different from standard deep links as they use regular HTTPS links to direct users to a …
25 ## Universal links on iOS
27 Universal links on iOS require a paid Apple Developer account as you must associate your fully qual…
35 For example, if an associated website is `https://expo.dev/`, the app links are:
193 ## Deep links on Android
204 … /* @info Add the autoVerify property to the intent filter in app config to enable app links.*/
388 2. Setup universal links as described above, but this time using an Ngrok URL: `my-custom-domain.ng…
410 - [Verify Android app links](https://developer.android.com/training/app-links/verify-android-applin…
415 ## When to not use deep links
[all …]
/expo/docs/pages/router/reference/
H A Dsitemap.mdx10 …ri-scheme`](https://www.npmjs.com/package/uri-scheme) CLI to test opening native links on a device.
18 … search for links directly in a browser like Safari or Chrome to test deep linking on physical dev…
H A Dfaq.mdx31 …doesn't exist. Typed Routes also improve refactoring as you'll get type errors if links are broken.
33 6. Deep links always work, for every page. This makes it possible to share links to any content in …
34 … Head uses automatic links to enable deep-native integration. Features like Quick Notes, Handoff, …
44 …or your project, you can drop down to React Navigation and setup routes, types, and links manually.
/expo/apps/router-e2e/__e2e__/static-rendering/app/
H A Dlinks.tsx5 <Link testID="links-one" href="/about">
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap3 exports[`LogBoxMessage Should handle multiple links 1`] = `
31 exports[`LogBoxMessage Should handle truncated links 1`] = `
49 exports[`LogBoxMessage Should make links tappable 1`] = `
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI47_0_0RCTParagraphComponentAccessibilityProvider.mm77 …al elements for those parts of text with embedded link so VoiceOver could specially recognize links
136 … withDescription:@"accessibility hint for links and buttons inside text"];
143 … ABI47_0_0RCTLocalizedString:@"%ld links found, swipe to move to the first link."
144 … withDescription:@"accessibility hint for multiple links inside text"],
166 … withDescription:@"accessibility hint for truncated text with links or buttons"]]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI49_0_0RCTParagraphComponentAccessibilityProvider.mm77 …al elements for those parts of text with embedded link so VoiceOver could specially recognize links
136 … withDescription:@"accessibility hint for links and buttons inside text"];
143 … ABI49_0_0RCTLocalizedString:@"%ld links found, swipe to move to the first link."
144 … withDescription:@"accessibility hint for multiple links inside text"],
166 … withDescription:@"accessibility hint for truncated text with links or buttons"]]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/Text/
H A DABI48_0_0RCTParagraphComponentAccessibilityProvider.mm77 …al elements for those parts of text with embedded link so VoiceOver could specially recognize links
136 … withDescription:@"accessibility hint for links and buttons inside text"];
143 … ABI48_0_0RCTLocalizedString:@"%ld links found, swipe to move to the first link."
144 … withDescription:@"accessibility hint for multiple links inside text"],
166 … withDescription:@"accessibility hint for truncated text with links or buttons"]]
/expo/packages/expo-font/build/
H A DExpoFontLoader.web.js41 const links = entries.map(([{ resourceId }]) => resourceId);
50 ...links.map((resourceId) => ({
/expo/docs/pages/routing/
H A Dnavigating-pages.mdx3 description: Create links to move between pages.
10 Expo Router uses "links" to move between pages in the app. This is conceptually similar to how the …
111 By default, links "push" routes onto the navigation stack. This means that the previous screen will…
138 … allows you to use autocomplete for `href`s and get warnings when invalid links are used. Learn mo…
148 See the [testing URLs](/guides/linking#testing-urls) guide to learn how you can emulate deep links

12345