| /expo/tools/src/versioning/ios/transforms/ |
| H A D | index.ts | 8 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 D | get-app-config-android.gradle | 20 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 D | Transforms.ts | 158 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 D | ios.ts | 76 targetPath: string 78 const className = path.basename(targetPath, path.extname(targetPath)); 81 await fs.outputFile(targetPath, generatedFileContent);
|
| H A D | android.ts | 12 targetPath: string, 16 await fs.outputFile(targetPath, generatedFileContent);
|
| /expo/packages/expo-modules-autolinking/build/platforms/ |
| H A D | android.d.ts | 5 export declare function generatePackageListAsync(modules: ModuleDescriptorAndroid[], targetPath: st…
|
| H A D | ios.js | 58 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 D | ios.d.ts | 10 export declare function generatePackageListAsync(modules: ModuleDescriptorIos[], targetPath: string…
|
| H A D | android.js | 13 async function generatePackageListAsync(modules, targetPath, namespace) { argument 15 await fs_extra_1.default.outputFile(targetPath, generatedFileContent);
|
| H A D | ios.js.map | 1 …targetPath: string\n): Promise<void> {\n const className = path.basename(targetPath, path.extname…
|
| H A D | android.js.map | 1 …targetPath: string,\n namespace: string\n): Promise<void> {\n const generatedFileContent = await…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | GoogleServices.ts | 66 targetPath: string = DEFAULT_TARGET_PATH 74 const destinationPath = path.resolve(projectRoot, targetPath);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | GoogleServices.d.ts | 10 …ServicesFile(config: Pick<ExpoConfig, 'android'>, projectRoot: string, targetPath?: string): Promi…
|
| H A D | GoogleServices.js | 90 async function setGoogleServicesFile(config, projectRoot, targetPath = DEFAULT_TARGET_PATH) { argument 96 const destinationPath = _path().default.resolve(projectRoot, targetPath);
|
| H A D | GoogleServices.js.map | 1 …targetPath","partialSourcePath","completeSourcePath","path","resolve","destinationPath","copyFileP…
|
| /expo/tools/src/versioning/ios/ |
| H A D | versionExpoModules.ts | 145 const targetPath = path.join(targetDirectory, `${prefix}${pkg.podspecName}.podspec.json`); constant 148 await fs.outputJson(targetPath, podspec, {
|
| H A D | index.ts | 102 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 D | legacy.ts | 70 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 D | create-expo-module.ts | 246 targetPath: string, 259 const toPath = path.join(targetPath, renderedRelativePath);
|
| /expo/packages/create-expo-module/build/ |
| H A D | create-expo-module.js | 194 async function createModuleFromTemplate(templatePath, targetPath, data) { argument 204 const toPath = path_1.default.join(targetPath, renderedRelativePath);
|
| H A D | create-expo-module.js.map | 1 …targetPath: string,\n data: SubstitutionData | LocalSubstitutionData\n) {\n const files = await …
|
| /expo/packages/@expo/cli/ts-declarations/xcode/ |
| H A D | index.d.ts | 238 addProductFile(targetPath: unknown, opt: unknown): unknown;
|
| /expo/packages/expo-updates/ts-declarations/xcode/ |
| H A D | index.d.ts | 238 addProductFile(targetPath: unknown, opt: unknown): unknown;
|