Home
last modified time | relevance | path

Searched refs:patchFile (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts463 const patchFile = path.join( constant
467 const patchContent = await fs.readFile(patchFile, 'utf8');
476 `Failed to apply patch: \`patch -p0 -d '${targetDirectory}' < ${patchFile}\``
496 const patchFile = path.join( constant
500 const patchContent = await fs.readFile(patchFile, 'utf8');
509 `Failed to apply patch: \`patch -p0 -d '${targetDirectory}' < ${patchFile}\``
519 const patchFile = path.join( constant
523 const patchContent = await fs.readFile(patchFile, 'utf8');
532 `Failed to apply patch: \`patch -p0 -d '${targetDirectory}' < ${patchFile}\``
/expo/tools/src/versioning/android/versionCxx/
H A Dindex.ts217 const patchFile = path.join(CXX_EXPO_MODULE_PATCHES_DIR, `${packageName}.patch`); constant
218 if (!fs.existsSync(patchFile)) {
221 let content = await fs.readFile(patchFile, 'utf8');
/expo/tools/src/commands/
H A DSetupReactNativeNightly.ts216 const patchFile = path.join(PATCHES_ROOT, 'react-native-safe-area-context.patch'); constant
217 const patchContent = await fs.readFile(patchFile, 'utf8');