Home
last modified time | relevance | path

Searched refs:withMetroMultiPlatformAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/
H A DinstantiateMetro.ts16 import { withMetroMultiPlatformAsync } from './withMetroMultiPlatform';
104 config = await withMetroMultiPlatformAsync(projectRoot, {
H A DwithMetroMultiPlatform.ts406 export async function withMetroMultiPlatformAsync( function