Home
last modified time | relevance | path

Searched refs:Pre (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx10 Pre,
80 it(`renders Pre`, () => {
82 <Pre>{`
86 `}</Pre>
/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx25 Pre,
111 <Pre>{preformattedText}</Pre>
112 <Pre>
114 </Pre>
/expo/apps/test-suite/tests/
H A DHTML.js26 Pre,
59 Pre,
82 Pre,
/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts18 export declare const Pre: ComponentType<TextProps>; constant
H A DText.d.ts15 export declare const Pre: React.ComponentType<PreProps>; constant
H A D_Text.web.js46 export const Pre = forwardRef(({ style, ...props }, ref) => { constant
H A DText.js39 export const Pre = forwardRef((props, ref) => { constant
/expo/packages/html-elements/src/elements/__tests__/__snapshots__/
H A DText-test.tsx.snap.ios107 exports[`renders Pre 1`] = `
H A DText-test.tsx.snap.android107 exports[`renders Pre 1`] = `
H A DText-test.tsx.snap.web76 exports[`renders Pre 1`] = `
/expo/docs/pages/versions/unversioned/
H A Dindex.mdx54 …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 Dindex.mdx54 …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 Dpreloading-and-caching-assets.mdx25 ### Pre-loading and caching assets
34 label="Pre-loading and Caching Assets"
/expo/packages/html-elements/src/elements/
H A DText.tsx55 export const Pre = forwardRef((props: PreProps, ref: any) => {
H A D_Text.web.tsx64 export const Pre = forwardRef(({ style, ...props }: TextProps, ref) => {
/expo/packages/html-elements/
H A DREADME.md76 | [`<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 DABI49_0_0hermes-engine.podspec52 spec.subspec 'Pre-built' do |ss|
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI47_0_0RCTSurfaceHostingComponent.mm81 // Legacy Pre-Fabric Surface
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI49_0_0RCTSurfaceHostingComponent.mm78 // Legacy Pre-Fabric Surface
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI48_0_0RCTSurfaceHostingComponent.mm78 // Legacy Pre-Fabric Surface
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsplash-screen.mdx42 // Pre-load fonts, make any API calls you need to do here
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsplash-screen.mdx44 // Pre-load fonts, make any API calls you need to do here
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsplash-screen.mdx45 // Pre-load fonts, make any API calls you need to do here
/expo/docs/pages/versions/unversioned/sdk/
H A Dsplash-screen.mdx43 // Pre-load fonts, make any API calls you need to do here
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsplash-screen.mdx43 // Pre-load fonts, make any API calls you need to do here

12