Home
last modified time | relevance | path

Searched refs:targetPath (Results 1 – 23 of 23) sorted by relevance

/expo/tools/src/versioning/ios/transforms/
H A Dindex.ts8 targetPath: string;
23 export async function runTransformPipelineAsync({ pipeline, targetPath, input }: TransformConfig) {
32 .filter((transform) => pathMatchesTransformPaths(targetPath, transform.paths))
50 pipeline.logHeader(path.relative(VERSIONED_RN_IOS_DIR, targetPath));
/expo/packages/expo-constants/scripts/
H A Dget-app-config-android.gradle20 def targetPath = variant.dirName
22 def assetsDir = file("$buildDir/generated/assets/expo-constants/${targetPath}")
50 into("${projectDir}/src/${targetPath}/assets")
63 delete files("${projectDir}/src/${targetPath}/assets/app.config")
67 …// In summary, these tasks try to create `src/${targetPath}/assets/app.config` in building time fo…
/expo/tools/src/
H A DTransforms.ts158 const targetPath = path.join(targetDirectory, targetFile); constant
173 await fs.outputFile(targetPath, content);
177 await fs.copy(sourcePath, targetPath, { overwrite: true });
183 await fs.chmod(targetPath, mode);
/expo/packages/expo-modules-autolinking/src/platforms/
H A Dios.ts76 targetPath: string
78 const className = path.basename(targetPath, path.extname(targetPath));
81 await fs.outputFile(targetPath, generatedFileContent);
H A Dandroid.ts12 targetPath: string,
16 await fs.outputFile(targetPath, generatedFileContent);
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dandroid.d.ts5 export declare function generatePackageListAsync(modules: ModuleDescriptorAndroid[], targetPath: st…
H A Dios.js58 async function generatePackageListAsync(modules, targetPath) { argument
59 const className = path_1.default.basename(targetPath, path_1.default.extname(targetPath));
61 await fs_extra_1.default.outputFile(targetPath, generatedFileContent);
H A Dios.d.ts10 export declare function generatePackageListAsync(modules: ModuleDescriptorIos[], targetPath: string…
H A Dandroid.js13 async function generatePackageListAsync(modules, targetPath, namespace) { argument
15 await fs_extra_1.default.outputFile(targetPath, generatedFileContent);
H A Dios.js.map1targetPath: string\n): Promise<void> {\n const className = path.basename(targetPath, path.extname…
H A Dandroid.js.map1targetPath: string,\n namespace: string\n): Promise<void> {\n const generatedFileContent = await…
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts66 targetPath: string = DEFAULT_TARGET_PATH
74 const destinationPath = path.resolve(projectRoot, targetPath);
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.d.ts10 …ServicesFile(config: Pick<ExpoConfig, 'android'>, projectRoot: string, targetPath?: string): Promi…
H A DGoogleServices.js90 async function setGoogleServicesFile(config, projectRoot, targetPath = DEFAULT_TARGET_PATH) { argument
96 const destinationPath = _path().default.resolve(projectRoot, targetPath);
H A DGoogleServices.js.map1targetPath","partialSourcePath","completeSourcePath","path","resolve","destinationPath","copyFileP…
/expo/tools/src/versioning/ios/
H A DversionExpoModules.ts145 const targetPath = path.join(targetDirectory, `${prefix}${pkg.podspecName}.podspec.json`); constant
148 await fs.outputJson(targetPath, podspec, {
H A Dindex.ts102 const targetPath = path.join(dirname, versionedBasename); constant
115 if (filename !== targetPath) {
116 await fs.move(filename, targetPath);
120 await _transformFileContentsAsync(targetPath, async (fileString) => {
159 targetPath,
165 targetPath,
325 targetPath: filename,
512 targetPath: podspecFile,
/expo/tools/src/vendoring/
H A Dlegacy.ts70 const targetPath = path.join(clonedProjectPath, 'apple', 'Text', 'RNSVGTopAlignedLabel.h');
71 const content = await fs.readFile(targetPath, 'utf8');
73 await fs.writeFile(targetPath, transformedContent, 'utf8');
85 const targetPath = path.join(clonedProjectPath, 'ios', 'AirGoogleMaps', 'AIRGoogleMap.m');
86 let content = await fs.readFile(targetPath, 'utf8');
88 await fs.writeFile(targetPath, content, 'utf8');
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts246 targetPath: string,
259 const toPath = path.join(targetPath, renderedRelativePath);
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js194 async function createModuleFromTemplate(templatePath, targetPath, data) { argument
204 const toPath = path_1.default.join(targetPath, renderedRelativePath);
H A Dcreate-expo-module.js.map1targetPath: string,\n data: SubstitutionData | LocalSubstitutionData\n) {\n const files = await …
/expo/packages/@expo/cli/ts-declarations/xcode/
H A Dindex.d.ts238 addProductFile(targetPath: unknown, opt: unknown): unknown;
/expo/packages/expo-updates/ts-declarations/xcode/
H A Dindex.d.ts238 addProductFile(targetPath: unknown, opt: unknown): unknown;