Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 47) sorted by relevance

12

/expo/tools/src/versioning/ios/transforms/
H A DkernelFilesTransforms.ts50 replacement: Replacement,
53 return rollback ? rollbackReplacement ?? { replace: replacement.with, with: '' } : replacement;
/expo/packages/expo-modules-test-core/
H A Dapp.plugin.js18 const replacement = `kotlinVersion = "${version}"`;
21 return buildGradle.replace(pattern, replacement);
26 ${replacement}`
/expo/packages/create-expo/src/utils/
H A Darray.ts1 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 Ddeprecate-test.ts.snap.ios7 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 Ddeprecate-test.ts.snap.android7 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 Ddeprecate-test.ts.snap.node7 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 Ddeprecate-test.ts.snap.web7 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 DcommonCodeMod.ts45 replacement: string,
61 return `${prefix}${replacement}${suffix}`;
/expo/packages/@expo/config-plugins/build/utils/
H A DcommonCodeMod.js40 function replaceContentsWithOffset(contents, replacement, startOffset, endOffset) { argument
47 return `${prefix}${replacement}${suffix}`;
H A DcommonCodeMod.js.map1replacement","startOffset","endOffset","contentsLength","searchFromOffset","source","regexp","targ…
H A DcommonCodeMod.d.ts23 export declare function replaceContentsWithOffset(contents: string, replacement: string, startOffse…
/expo/packages/@expo/cli/src/utils/
H A Darray.ts17 export function replaceValue<T>(values: T[], original: T, replacement: T): T[] {
20 values[index] = replacement;
/expo/packages/expo-module-scripts/bin/
H A Dexpo-module-readme8 function replaceAll(current, replacement, content) { argument
10 return content.replace(regexp, replacement);
/expo/packages/@expo/cli/bin/
H A Dcli.ts165 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 DSetupReactNativeNightly.ts266 const replacement = `$1 constant
275 replaceWith: replacement,
/expo/packages/expo-branch/
H A DREADME.md5 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 Dflash-list.mdx13 … 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 Dflash-list.mdx13 … 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 Dflash-list.mdx13 … 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 Dflash-list.mdx13 … 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 Dflash-list.mdx13 … 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 DABI49_0_0RCTUtils.h61 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 DABI48_0_0RCTUtils.h61 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 DABI47_0_0RCTUtils.h61 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 DNativeViewManagerAdapter.native.tsx8 // replacement for `requireNativeComponent`.
37 * A drop-in replacement for `requireNativeComponent`.

12