Home
last modified time | relevance | path

Searched refs:applyPatchAsync (Results 1 – 4 of 4) sorted by relevance

/expo/tools/src/versioning/android/versionCxx/
H A Dindex.ts15 import { applyPatchAsync } from '../../../Utils';
126 return applyPatchAsync({
138 return applyPatchAsync({
/expo/tools/src/vendoring/config/
H A DexpoGoConfig.ts10 import { applyPatchAsync } from '../../Utils';
469 await applyPatchAsync({
502 await applyPatchAsync({
525 await applyPatchAsync({
/expo/tools/src/commands/
H A DSetupReactNativeNightly.ts12 import { applyPatchAsync } from '../Utils';
218 await applyPatchAsync({ patchContent, cwd: EXPO_DIR, stripPrefixNum: 1 });
/expo/tools/src/
H A DUtils.ts148 export async function applyPatchAsync(options: { function