Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPackage.js280 const matchResult = buildGradle.match(/applicationId ['"](.*)['"]/);
282 …return (_matchResult$ = matchResult === null || matchResult === void 0 ? void 0 : matchResult[1]) …
H A DPackage.js.map1 …matchResult","match"],"sources":["../../src/android/Package.ts"],"sourcesContent":["import { ExpoC…
/expo/packages/@expo/config-plugins/src/android/
H A DPackage.ts245 const matchResult = buildGradle.match(/applicationId ['"](.*)['"]/); constant
247 return matchResult?.[1] ?? null;