Lines Matching refs:versionedReactNativePath

211   const versionedReactNativePath = getVersionedReactNativePath(versionName);  constant
213 await fs.mkdirs(versionedReactNativePath);
234 path.join(versionedReactNativePath, fileToCopy)
240 const jsFiles = (await glob(path.join(versionedReactNativePath, '**', '*.js'))) as string[];
255 outputDir: path.join(versionedReactNativePath, 'codegen', 'ios'),
268 const filePath = path.join(versionedReactNativePath, 'codegen', 'ios', file);
278 await fs.mkdirs(path.join(versionedReactNativePath, 'ReactCommon'));
283 path.join(versionedReactNativePath, 'ReactCommon', library.libName)
288 cwd: path.join(versionedReactNativePath, 'ReactCommon', 'hermes'),
293 await generateReactNativePodScriptAsync(versionedReactNativePath, versionName);
294 await generateReactNativePodspecsAsync(versionedReactNativePath, versionName);
338 versionedReactNativePath: string,
390 versionedReactNativePath
475 targetDirectory: path.join(versionedReactNativePath, 'scripts'),
484 path.join(versionedReactNativePath, 'sdks', 'hermes-engine', 'hermes-utils.rb')
489 versionedReactNativePath: string,
492 const podspecFiles = await glob(path.join(versionedReactNativePath, '**', '*.podspec'));
503 path.relative(versionedReactNativePath, podspecFile)
525 await generateReactPodspecAsync(versionedReactNativePath, versionName);
666 async function generateReactPodspecAsync(versionedReactNativePath, versionName) {
670 const specFilename = path.join(versionedReactNativePath, 'React.podspec');
730 path.join(versionedReactNativePath, `${versionedReactPodName}.podspec`)