Searched refs:matchResult (Results 1 – 3 of 3) sorted by relevance
280 const matchResult = buildGradle.match(/applicationId ['"](.*)['"]/);282 …return (_matchResult$ = matchResult === null || matchResult === void 0 ? void 0 : matchResult[1]) …
1 …matchResult","match"],"sources":["../../src/android/Package.ts"],"sourcesContent":["import { ExpoC…
245 const matchResult = buildGradle.match(/applicationId ['"](.*)['"]/); constant247 return matchResult?.[1] ?? null;