| /expo/docs/pages/build-reference/ |
| H A D | npm-hooks.mdx | 8 - `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 D | npm-cache-with-yarn.mdx | 9 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 D | git-submodules.mdx | 22 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.ini | 15 IgnoredClasses= whitesapce-pre, prose-code 16 SkippedScopes = script, style, pre, figure, code, tt, tr, td, span
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | Terminal.tsx | 73 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 D | SnackInline.tsx | 77 <Snippet className="flex flex-col mb-3 prose-pre:!m-0 prose-pre:!border-0">
|
| /expo/packages/@expo/cli/ts-declarations/metro/ |
| H A D | index.d.ts | 213 readonly pre: string; 230 readonly pre: string; 234 readonly pre: number;
|
| /expo/packages/html-elements/build/elements/ |
| H A D | Text.js | 41 …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 D | code.tsx | 63 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 D | Text.tsx | 57 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.tsx | 65 return createElement('pre', { ...props, style: [styles.reset, style], ref }); 78 whiteSpace: 'pre-wrap',
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/Data/ |
| H A D | LogContext.tsx | 22 // 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 D | publish-npm.js | 102 …: // 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 D | index.mdx | 52 ## 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 D | index.mdx | 52 ## 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 D | index.tsx | 15 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 D | APISectionUtils.test.tsx.snap | 76 <pre> 77 <pre 130 </pre> 131 </pre>
|
| /expo/packages/html-elements/ |
| H A D | babel.js | 14 pre: 'Pre', property
|
| /expo/docs/ui/components/Collapsible/ |
| H A D | index.tsx | 160 'pre > pre': {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI47_0_0hermes-engine.podspec | 26 …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 D | publish-npm.js | 133 …: // 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.tsx | 64 'code, pre, table.diff': {
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | share-with-your-team.mdx | 56 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 D | build.gradle | 201 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 D | index.tsx | 73 pre: {
|