| /expo/packages/html-elements/src/elements/__tests__/ |
| H A D | Text-test.tsx | 10 Pre, 80 it(`renders Pre`, () => { 82 <Pre>{` 86 `}</Pre>
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | HTMLElementsScreen.tsx | 25 Pre, 111 <Pre>{preformattedText}</Pre> 112 <Pre> 114 </Pre>
|
| /expo/apps/test-suite/tests/ |
| H A D | HTML.js | 26 Pre, 59 Pre, 82 Pre,
|
| /expo/packages/html-elements/build/elements/ |
| H A D | _Text.web.d.ts | 18 export declare const Pre: ComponentType<TextProps>; constant
|
| H A D | Text.d.ts | 15 export declare const Pre: React.ComponentType<PreProps>; constant
|
| H A D | _Text.web.js | 46 export const Pre = forwardRef(({ style, ...props }, ref) => { constant
|
| H A D | Text.js | 39 export const Pre = forwardRef((props, ref) => { constant
|
| /expo/packages/html-elements/src/elements/__tests__/__snapshots__/ |
| H A D | Text-test.tsx.snap.ios | 107 exports[`renders Pre 1`] = `
|
| H A D | Text-test.tsx.snap.android | 107 exports[`renders Pre 1`] = `
|
| H A D | Text-test.tsx.snap.web | 76 exports[`renders Pre 1`] = `
|
| /expo/docs/pages/versions/unversioned/ |
| H A D | index.mdx | 54 …e-release versions of the `expo` package and all of the Expo SDK packages. Pre-releases are not co… 56 Pre-release versions of the `expo` package are versioned with an `-alpha` suffix, such as `50.0.0-a…
|
| /expo/docs/pages/versions/v49.0.0/ |
| H A D | index.mdx | 54 …e-release versions of the `expo` package and all of the Expo SDK packages. Pre-releases are not co… 56 Pre-release versions of the `expo` package are versioned with an `-alpha` suffix, such as `50.0.0-a…
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | preloading-and-caching-assets.mdx | 25 ### Pre-loading and caching assets 34 label="Pre-loading and Caching Assets"
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Text.tsx | 55 export const Pre = forwardRef((props: PreProps, ref: any) => {
|
| H A D | _Text.web.tsx | 64 export const Pre = forwardRef(({ style, ...props }: TextProps, ref) => {
|
| /expo/packages/html-elements/ |
| H A D | README.md | 76 | [`<pre />`][html-pre] | [`<Pre />`](#pre) | 395 - All font styles are reset (minus `Code`, and `Pre`). 486 ### `<Pre/>` 491 <Pre>{` 495 `}</Pre> 499 <Pre> 501 </Pre>
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI49_0_0hermes-engine.podspec | 52 spec.subspec 'Pre-built' do |ss|
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/SurfaceHostingComponent/ |
| H A D | ABI47_0_0RCTSurfaceHostingComponent.mm | 81 // Legacy Pre-Fabric Surface
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/SurfaceHostingComponent/ |
| H A D | ABI49_0_0RCTSurfaceHostingComponent.mm | 78 // Legacy Pre-Fabric Surface
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/SurfaceHostingComponent/ |
| H A D | ABI48_0_0RCTSurfaceHostingComponent.mm | 78 // Legacy Pre-Fabric Surface
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | splash-screen.mdx | 42 // Pre-load fonts, make any API calls you need to do here
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | splash-screen.mdx | 44 // Pre-load fonts, make any API calls you need to do here
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | splash-screen.mdx | 45 // Pre-load fonts, make any API calls you need to do here
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | splash-screen.mdx | 43 // Pre-load fonts, make any API calls you need to do here
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | splash-screen.mdx | 43 // Pre-load fonts, make any API calls you need to do here
|