Home
last modified time | relevance | path

Searched refs:initAsync (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-updates/e2e/setup/
H A Dcreate-eas-project.js3 const { initAsync, setupE2EAppAsync } = require('./project');
27 await initAsync(projectRoot, { repoRoot, runtimeVersion, localCliBin });
H A Dcreate-eas-project-tv.js3 const { initAsync, setupE2EAppAsync } = require('./project');
27 await initAsync(projectRoot, { repoRoot, runtimeVersion, localCliBin, isTV: true });
H A Dcreate-updates-test.js3 const { initAsync, setupManualTestAppAsync } = require('./project');
50 await initAsync(projectRoot, {
H A Dproject.js418 async function initAsync( function
593 initAsync, field
/expo/tools/src/
H A DGit.ts115 async initAsync() { method in GitDirectory
453 await git.initAsync();
/expo/tools/src/commands/
H A DGenerateBareApp.ts336 await gitDirectory.initAsync();