Searched refs:getConfigFilePaths (Results 1 – 6 of 6) sorted by relevance
3 import { getConfigFilePaths, modifyConfigAsync } from '../Config';146 const paths = getConfigFilePaths('syntax-error');154 const paths = getConfigFilePaths('missing-import-error');195 const paths = getConfigFilePaths('static-override');
9 getConfigFilePaths: true, property18 exports.getConfigFilePaths = getConfigFilePaths;186 const paths = getConfigFilePaths(projectRoot);288 function getConfigFilePaths(projectRoot) { function507 const paths = getConfigFilePaths(projectRoot);
35 export declare function getConfigFilePaths(projectRoot: string): ConfigFilePaths;
1 …getConfigFilePaths","rawStaticConfig","staticConfigPath","getStaticConfig","rootConfig","staticCon…
90 const paths = getConfigFilePaths(projectRoot);204 export function getConfigFilePaths(projectRoot: string): ConfigFilePaths { function430 const paths = getConfigFilePaths(projectRoot);
1 import { ExpoConfig, getConfigFilePaths, Platform } from '@expo/config';49 const paths = getConfigFilePaths(projectRoot);