| /expo/tools/src/versioning/ios/transforms/ |
| H A D | kernelFilesTransforms.ts | 50 replacement: Replacement, 53 return rollback ? rollbackReplacement ?? { replace: replacement.with, with: '' } : replacement;
|
| /expo/packages/expo-modules-test-core/ |
| H A D | app.plugin.js | 18 const replacement = `kotlinVersion = "${version}"`; 21 return buildGradle.replace(pattern, replacement); 26 ${replacement}`
|
| /expo/packages/create-expo/src/utils/ |
| H A D | array.ts | 1 export function replaceValue<T>(values: T[], original: T, replacement: T): T[] { 4 values[index] = replacement;
|
| /expo/packages/expo-modules-core/src/__tests__/__snapshots__/ |
| H A D | deprecate-test.ts.snap.ios | 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo… 17 exports[`deprecate warnings warns of a future replacement 1`] = `
|
| H A D | deprecate-test.ts.snap.android | 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo… 17 exports[`deprecate warnings warns of a future replacement 1`] = `
|
| H A D | deprecate-test.ts.snap.node | 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo… 17 exports[`deprecate warnings warns of a future replacement 1`] = `
|
| H A D | deprecate-test.ts.snap.web | 7 exports[`deprecate errors throws an error with the replacement 1`] = `"expo-modules-core: \`foo\` h… 9 exports[`deprecate errors throws an error with the replacement after the expiration 1`] = `"expo-mo… 17 exports[`deprecate warnings warns of a future replacement 1`] = `
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | commonCodeMod.ts | 45 replacement: string, 61 return `${prefix}${replacement}${suffix}`;
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | commonCodeMod.js | 40 function replaceContentsWithOffset(contents, replacement, startOffset, endOffset) { argument 47 return `${prefix}${replacement}${suffix}`;
|
| H A D | commonCodeMod.js.map | 1 …replacement","startOffset","endOffset","contentsLength","searchFromOffset","source","regexp","targ…
|
| H A D | commonCodeMod.d.ts | 23 export declare function replaceContentsWithOffset(contents: string, replacement: string, startOffse…
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | array.ts | 17 export function replaceValue<T>(values: T[], original: T, replacement: T): T[] { 20 values[index] = replacement;
|
| /expo/packages/expo-module-scripts/bin/ |
| H A D | expo-module-readme | 8 function replaceAll(current, replacement, content) { argument 10 return content.replace(regexp, replacement);
|
| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 165 const replacement = migrationMap[subcommand]; constant 168 …ld expo ${subcommand}} is not supported in the local CLI, please use {bold ${replacement}} instead`
|
| /expo/tools/src/commands/ |
| H A D | SetupReactNativeNightly.ts | 266 const replacement = `$1 constant 275 replaceWith: replacement,
|
| /expo/packages/expo-branch/ |
| H A D | README.md | 5 This module will be removed in SDK 46. There will be no replacement that works with the classic bui…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | flash-list.mdx | 13 … a "Fast and performant React Native list" component that is a drop-in replacement for React Nativ…
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | flash-list.mdx | 13 … a "Fast and performant React Native list" component that is a drop-in replacement for React Nativ…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | flash-list.mdx | 13 … a "Fast and performant React Native list" component that is a drop-in replacement for React Nativ…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | flash-list.mdx | 13 … a "Fast and performant React Native list" component that is a drop-in replacement for React Nativ…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | flash-list.mdx | 13 … a "Fast and performant React Native list" component that is a drop-in replacement for React Nativ…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTUtils.h | 61 ABI49_0_0RCT_EXTERN void ABI49_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement); 62 ABI49_0_0RCT_EXTERN void ABI49_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTUtils.h | 61 ABI48_0_0RCT_EXTERN void ABI48_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement); 62 ABI48_0_0RCT_EXTERN void ABI48_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTUtils.h | 61 ABI47_0_0RCT_EXTERN void ABI47_0_0RCTSwapClassMethods(Class cls, SEL original, SEL replacement); 62 ABI47_0_0RCT_EXTERN void ABI47_0_0RCTSwapInstanceMethods(Class cls, SEL original, SEL replacement);
|
| /expo/packages/expo-modules-core/src/ |
| H A D | NativeViewManagerAdapter.native.tsx | 8 // replacement for `requireNativeComponent`. 37 * A drop-in replacement for `requireNativeComponent`.
|