Searched refs:initAsync (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-updates/e2e/setup/ |
| H A D | create-eas-project.js | 3 const { initAsync, setupE2EAppAsync } = require('./project'); 27 await initAsync(projectRoot, { repoRoot, runtimeVersion, localCliBin });
|
| H A D | create-eas-project-tv.js | 3 const { initAsync, setupE2EAppAsync } = require('./project'); 27 await initAsync(projectRoot, { repoRoot, runtimeVersion, localCliBin, isTV: true });
|
| H A D | create-updates-test.js | 3 const { initAsync, setupManualTestAppAsync } = require('./project'); 50 await initAsync(projectRoot, {
|
| H A D | project.js | 418 async function initAsync( function 593 initAsync, field
|
| /expo/tools/src/ |
| H A D | Git.ts | 115 async initAsync() { method in GitDirectory 453 await git.initAsync();
|
| /expo/tools/src/commands/ |
| H A D | GenerateBareApp.ts | 336 await gitDirectory.initAsync();
|