Home
last modified time | relevance | path

Searched refs:getResourceFolderAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js17 exports.getResourceFolderAsync = getResourceFolderAsync;
142 async function getResourceFolderAsync(projectRoot) { function
150 const resourcePath = await getResourceFolderAsync(projectRoot);
H A DPaths.d.ts26 export declare function getResourceFolderAsync(projectRoot: string): Promise<string>;
H A DPaths.js.map1getResourceFolderAsync","getResourceXMLPathAsync","kind","resourcePath"],"sources":["../../src/and…
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts119 export async function getResourceFolderAsync(projectRoot: string): Promise<string> { function
128 const resourcePath = await getResourceFolderAsync(projectRoot);