Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/run/android/
H A Dindex.ts62 const { runAndroidAsync } = await import('./runAndroidAsync.js'); constant
64 return runAndroidAsync(path.resolve(parsed.projectRoot), {
H A DrunAndroidAsync.ts16 export async function runAndroidAsync(projectRoot: string, { install, ...options }: Options) { function
/expo/packages/@expo/cli/src/run/android/__tests__/
H A DrunAndroidAsync-test.ts6 import { runAndroidAsync } from '../runAndroidAsync';
47 await runAndroidAsync('/', {});