Lines Matching refs:prefix
3 export function vendoredModulesTransforms(prefix: string): Record<string, FileTransforms> {
4 const sdkVersion = prefix.replace(/abi(\d+)_0_0/, 'sdk$1');
32 [p1, p2.replace('rnskia', `rnskia_${prefix}`), p3].join(''),
50 replaceWith: `$1${prefix}.$3`,
97 replaceWith: `$1_${prefix}`,
101 find: new RegExp(`\\b(?<!${prefix}\\.)(com.swmansion.gesturehandler.)`, 'g'),
102 replaceWith: `${prefix}.$1`,
106 find: new RegExp(`\\b(?<!${prefix}\\.)(com.swmansion.reanimated.R\\.)`, 'g'),
107 replaceWith: `${prefix}.$1`,
115 replaceWith: `$1${prefix}.$3`,
123 replaceWith: `$1${prefix}.$3`,
130 export function exponentPackageTransforms(prefix: string): Record<string, StringTransform[]> {
135 replaceWith: `import ${prefix}.$1`,
141 replaceWith: `import ${prefix}.$1`,
147 replaceWith: `import ${prefix}.$1`,
153 replaceWith: `import ${prefix}.$1`,
159 replaceWith: `import ${prefix}.$1`,
165 replaceWith: `import ${prefix}.$1`,
171 replaceWith: `import ${prefix}.$1`,
177 replaceWith: `import ${prefix}.$1`,