Home
last modified time | relevance | path

Searched defs:getEntryPoint (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config/build/paths/
H A Dpaths.d.ts8 export declare function getEntryPoint(projectRoot: string, entryFiles: string[], platforms: string[… function
H A Dpaths.js71 function getEntryPoint(projectRoot, entryFiles, platforms, projectConfig) { function
/expo/packages/@expo/config/src/paths/
H A Dpaths.ts35 export function getEntryPoint( function