Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 25 of 115) sorted by relevance

12345

/expo/docs/pages/build-reference/
H A Dnpm-hooks.mdx8 - `eas-build-pre-install` - executed before EAS Build runs `npm install`.
23 "eas-build-pre-install": "echo 123",
50 "eas-build-pre-install": "./pre-install",
60 ```bash pre-install
63 # This is a file called "pre-install" in the root of the project
78 "eas-build-pre-install": "node pre-install.js",
88 ```js pre-install.js
89 // This is a file called "pre-install.js" in the root of the project
H A Dnpm-cache-with-yarn.mdx9 If you want to take advantage of the npm cache, you can add the `eas-build-pre-install` npm hook in…
14 …"eas-build-pre-install": "bash -c \"[ ! -z \\\"$EAS_BUILD_NPM_CACHE_URL\\\" ] && sed -i -e \\\"s#h…
H A Dgit-submodules.mdx22 Add an [`eas-build-pre-install` npm hook](/build-reference/npm-hooks/) to check out those submodule…
24 ```bash eas-build-pre-install.sh
/expo/docs/
H A D.vale.ini15 IgnoredClasses= whitesapce-pre, prose-code
16 SkippedScopes = script, style, pre, figure, code, tt, tr, td, span
/expo/docs/ui/components/Snippet/blocks/
H A DTerminal.tsx73 className="whitespace-pre !bg-[transparent] !border-none select-none !text-palette-gray10">
82 <CODE className="whitespace-pre !bg-[transparent] !border-none select-none !text-secondary">
85 <CODE className="whitespace-pre !bg-[transparent] !border-none text-default">
93 <CODE key={key} className="whitespace-pre !bg-[transparent] !border-none text-default">
H A DSnackInline.tsx77 <Snippet className="flex flex-col mb-3 prose-pre:!m-0 prose-pre:!border-0">
/expo/packages/@expo/cli/ts-declarations/metro/
H A Dindex.d.ts213 readonly pre: string;
230 readonly pre: string;
234 readonly pre: number;
/expo/packages/html-elements/build/elements/
H A DText.js41 …return React.createElement(Text, { ...props, style: [styles.code, styles.pre, props.style], ref: r…
43 return React.createElement(View, { ...props, style: [styles.pre, props.style], ref: ref });
68 pre: { property
/expo/docs/components/base/
H A Dcode.tsx63 white-space: pre;
184 … // note(simek): MDX dropped `inlineCode` pseudo-tag, and we need to relay on `pre` and `code` now,
226 <pre css={STYLES_CODE_CONTAINER} {...attributes}>
231 </pre>
235 <pre css={[STYLES_CODE_CONTAINER, STYLES_CODE_CONTAINER_BLOCK]} {...attributes}>
237 </pre>
265 const Element = inline ? 'span' : 'pre';
/expo/packages/html-elements/src/elements/
H A DText.tsx57 return <Text {...props} style={[styles.code, styles.pre, props.style]} ref={ref} />;
59 return <View {...props} style={[styles.pre, props.style]} ref={ref} />;
87 pre: {
H A D_Text.web.tsx65 return createElement('pre', { ...props, style: [styles.reset, style], ref });
78 whiteSpace: 'pre-wrap',
/expo/packages/@expo/metro-runtime/src/error-overlay/Data/
H A DLogContext.tsx22 // Logbox data that is pre-fetched on the dev server and rendered here.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dpublish-npm.js102 …: // For pre-release and stable releases, we use the git tag of the version we're releasing (set i…
/expo/docs/pages/versions/unversioned/
H A Dindex.mdx52 ## Using pre-release versions
54 New Expo SDK versions are released three times each year. Between these releases, we publish pre-re…
63 You can often use pre-release versions of individual packages with stable releases of the Expo SDK.…
/expo/docs/pages/versions/v49.0.0/
H A Dindex.mdx52 ## Using pre-release versions
54 New Expo SDK versions are released three times each year. Between these releases, we publish pre-re…
63 You can often use pre-release versions of individual packages with stable releases of the Expo SDK.…
/expo/docs/ui/components/Text/
H A Dindex.tsx15 const CRAWLABLE_TEXT = ['span', 'p', 'li', 'blockquote', 'code', 'pre'];
227 export const PRE = createTextComponent(TextElement.PRE, css(typography.utility.pre as CSSObject));
230 css([typography.utility.pre as CSSObject, kbdStyle])
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap76 <pre>
77 <pre
130 </pre>
131 </pre>
/expo/packages/html-elements/
H A Dbabel.js14 pre: 'Pre', property
/expo/docs/ui/components/Collapsible/
H A Dindex.tsx160 'pre > pre': {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/
H A DABI47_0_0hermes-engine.podspec26 …Pod::UI.puts '[Hermes] Using pre-built Hermes binaries from local path.' if Object.const_defined?(…
77 # Set HERMES_OVERRIDE_HERMESC_PATH if pre-built HermesC is available
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dpublish-npm.js133 …: // For pre-release and stable releases, we use the git tag of the version we're releasing (set i…
/expo/docs/pages/
H A D_app.tsx64 'code, pre, table.diff': {
/expo/docs/pages/develop/development-builds/
H A Dshare-with-your-team.mdx56 title="Sharing pre-release versions of your app"
57 description="Learn more about sharing pre-release versions of your app."
/expo/android/vendored/sdk48/@shopify/react-native-skia/android/
H A Dbuild.gradle201 logger.warn("react-native-skia: Extracting files from AAR (pre RN 0.71)")
211 logger.warn("react-native-skia: aar state pre 69. match **/**/*.aar")
218 logger.warn("react-native-skia: Extracting JNI files (pre RN 0.71) ${rnAAR}")
/expo/docs/ui/components/Markdown/
H A Dindex.tsx73 pre: {

12345