| /expo/packages/html-elements/ |
| H A D | README.md | 1 <h1 align="center">@expo/html-elements</h1> 36 yarn add @expo/html-elements 42 import { H1 } from '@expo/html-elements'; 147 import { H1 } from '@expo/html-elements'; 159 import { H2 } from '@expo/html-elements'; 171 import { H3 } from '@expo/html-elements'; 183 import { H4 } from '@expo/html-elements'; 195 import { H5 } from '@expo/html-elements'; 207 import { H6 } from '@expo/html-elements'; 226 import { A } from '@expo/html-elements'; [all …]
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | html.ts | 3 html: string, 6 return html.replace( 23 export function appendScriptsToHtml(html: string, scripts: string[]) { 24 return html.replace(
|
| H A D | favicon.ts | 18 ): Promise<((html: string) => string) | null> { 39 function injectFaviconTag(html: string): string { 40 if (!html.includes('</head>')) { 41 return html; 43 return html.replace(
|
| /expo/packages/expo-router/build/static/ |
| H A D | renderStaticContent.js | 91 …const html = server_1.default.renderToString(react_1.default.createElement(head_1.Head.Provider, {… 95 let output = mixHeadComponentsWithStaticResults(headContext.helmet, html); 105 function mixHeadComponentsWithStaticResults(helmet, html) { argument 110 html = html.replace('<head>', `<head>${result}`); 114 html = html.replace('<html ', `<html ${helmet?.htmlAttributes.toString()} `); 115 html = html.replace('<body ', `<body ${helmet?.bodyAttributes.toString()} `); 116 return html;
|
| H A D | html.d.ts.map | 1 {"version":3,"file":"html.d.ts","sourceRoot":"","sources":["../../src/static/html.tsx"],"names":[],…
|
| H A D | html.js.map | 1 …html.js","sourceRoot":"","sources":["../../src/static/html.tsx"],"names":[],"mappings":";;;;;;AAAA…
|
| /expo/packages/expo-router/src/static/ |
| H A D | renderStaticContent.tsx | 83 const html = ReactDOMServer.renderToString( 92 let output = mixHeadComponentsWithStaticResults(headContext.helmet, html); 102 return '<!DOCTYPE html>' + output; 105 function mixHeadComponentsWithStaticResults(helmet: any, html: string) { 110 html = html.replace('<head>', `<head>${result}`); 115 html = html.replace('<html ', `<html ${helmet?.htmlAttributes.toString()} `); 116 html = html.replace('<body ', `<body ${helmet?.bodyAttributes.toString()} `); 118 return html;
|
| H A D | html.tsx | 17 …body,html{width:100%;-webkit-overflow-scrolling:touch;margin:0;padding:0;min-height:100%}#root{fle… 25 <html lang="en"> 36 </html>
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | print.mdx | 31 const html = ` 32 <html> 44 </html> 53 html, 60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */ 132 <html> 136 </html> 141 const html = await generateHTML(); 142 await printAsync({ html }); 152 html: 'This page is printed with margins', [all …]
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | print.mdx | 31 const html = ` 32 <html> 44 </html> 53 html, 60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */ 132 <html> 136 </html> 141 const html = await generateHTML(); 142 await printAsync({ html }); 152 html: 'This page is printed with margins', [all …]
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | print.mdx | 31 const html = ` 32 <html> 44 </html> 53 html, 60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */ 132 <html> 136 </html> 141 const html = await generateHTML(); 142 await printAsync({ html }); 152 html: 'This page is printed with margins', [all …]
|
| /expo/packages/expo-auth-session/build/ |
| H A D | TokenRequest.types.js.map | 1 …html/rfc6749#section-7.1)\n */\nexport type TokenType = 'bearer' | 'mac';\n\n// @needsAudit\n/**\n…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | print.mdx | 31 const html = ` 32 <html> 44 </html> 53 html, 60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */ 132 <html> 136 </html> 141 const html = await generateHTML(); 142 await printAsync({ html }); 152 html: 'This page is printed with margins', [all …]
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | print.mdx | 31 const html = ` 32 <html> 44 </html> 53 html, 60 /* @info */ const { uri } = await Print.printToFileAsync({ html }); /* @end */ 132 <html> 136 </html> 141 const html = await generateHTML(); 142 await printAsync({ html }); 152 html: 'This page is printed with margins', [all …]
|
| /expo/ios/versioned/sdk48/ExpoClipboard/ |
| H A D | ClipboardModule.swift | 18 case .html: in definition() 19 return UIPasteboard.general.html ?? "" in definition() 27 case .html: in definition() 28 UIPasteboard.general.html = content in definition() 123 .html: UIPasteboard.general.hasHTML, in availableContentTypes() 133 case html = "html"
|
| /expo/ios/versioned/sdk47/ExpoClipboard/ |
| H A D | ClipboardModule.swift | 18 case .html: in definition() 19 return UIPasteboard.general.html ?? "" in definition() 27 case .html: in definition() 28 UIPasteboard.general.html = content in definition() 123 .html: UIPasteboard.general.hasHTML, in availableContentTypes() 133 case html = "html"
|
| /expo/packages/expo-clipboard/ios/ |
| H A D | ClipboardPasteButtonRecords.swift | 51 case html 59 case .html: in typeIdentifier() 60 return UTType.html.identifier in typeIdentifier()
|
| H A D | ClipboardModule.swift | 18 case .html: in definition() 19 return UIPasteboard.general.html ?? "" in definition() 27 case .html: in definition() 28 UIPasteboard.general.html = content in definition() 168 .html: UIPasteboard.general.hasHTML, in availableContentTypes() 178 case html = "html"
|
| /expo/ios/versioned/sdk49/ExpoClipboard/ |
| H A D | ClipboardPasteButtonRecords.swift | 51 case html 59 case .html: in typeIdentifier() 60 return UTType.html.identifier in typeIdentifier()
|
| H A D | ClipboardModule.swift | 18 case .html: in definition() 19 return UIPasteboard.general.html ?? "" in definition() 27 case .html: in definition() 28 UIPasteboard.general.html = content in definition() 168 .html: UIPasteboard.general.hasHTML, in availableContentTypes() 178 case html = "html"
|
| /expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/ |
| H A D | webTemplate-test.ts.snap | 4 "<!DOCTYPE html><html lang="en"><head><meta name="theme-color" content="#123456"> 6 </head><body><div id="root"></div><script src="/script.js" defer></script></body></html>" 10 "<!DOCTYPE html> 11 <html lang="en"> 29 html, 48 html { 50 …hange on orientation change https://gist.github.com/tfausak/2222823#file-ios-8-web-app-html-L138 */ 128 </html>
|
| /expo/packages/expo-print/src/ |
| H A D | Print.types.ts | 14 html?: string; 90 html?: string;
|
| /expo/packages/expo-print/build/ |
| H A D | Print.types.d.ts | 13 html?: string; 81 html?: string;
|
| /expo/packages/html-elements/babel/__tests__/__snapshots__/ |
| H A D | transform.test.js.snap | 4 "import { A } from "@expo/html-elements";import { jsx as _jsx } from "react/jsx-runtime"; 11 "import { Main, Article, P, Code, Div } from "@expo/html-elements";import { Image } from 'react-nat… 27 …_jsx(Code, { children: "@expo/html-elements" }), ", you can write HTML syntax that renders to real… 50 "import { A } from "@expo/html-elements"; 51 import { A } from '@expo/html-elements';import { jsx as _jsx } from "react/jsx-runtime";
|
| /expo/docs/pages/guides/ |
| H A D | progressive-web-apps.mdx | 20 | **app.config.js** | **manifest.json** | **index.html** … 26 | `web.lang` | `lang` | `<html lang="">… 42 If you need finer control on how the PWA is generated, you should generate the **web/index.html** w… 56 …ad they rely on meta tags in the `<head/>` element of a website's **index.html**. Expo unifies val… 59 …ns can be individually overwritten with `<link rel="apple-touch-icon" />` in the **web/index.html** 61 … individually overwritten with `<link rel="apple-touch-startup-image" />` in the **web/index.html** 64 … overwritten with `<meta name="apple-mobile-web-app-status-bar-style" />` in the **web/index.html** 66 …This can be overwritten with `<meta name="apple-mobile-web-app-title" />` in the **web/index.html** 118 …enerate the **web/index.html** with `npx expo customize`. Now you can generate custom files and li… 123 - Add the following line to the `<head/>` element of your **web/index.html**: [all …]
|