Home
last modified time | relevance | path

Searched defs:targetPath (Results 1 – 7 of 7) sorted by relevance

/expo/tools/src/versioning/ios/
H A DversionExpoModules.ts145 const targetPath = path.join(targetDirectory, `${prefix}${pkg.podspecName}.podspec.json`); constant
H A Dindex.ts102 const targetPath = path.join(dirname, versionedBasename); constant
/expo/packages/expo-modules-autolinking/build/platforms/
H A Dandroid.js13 async function generatePackageListAsync(modules, targetPath, namespace) { argument
H A Dios.js58 async function generatePackageListAsync(modules, targetPath) { argument
/expo/tools/src/
H A DTransforms.ts158 const targetPath = path.join(targetDirectory, targetFile); constant
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.js90 async function setGoogleServicesFile(config, projectRoot, targetPath = DEFAULT_TARGET_PATH) { argument
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js194 async function createModuleFromTemplate(templatePath, targetPath, data) { argument