Home
last modified time | relevance | path

Searched refs:configFilePath (Results 1 – 10 of 10) sorted by relevance

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-legacy-interop-components.js96 const configFilePath = `${appRoot}/${CONFIG_FILE_NAME}`;
99 reactNativeConfig = require(configFilePath);
101 console.log(`No ${configFilePath}. Skip LegacyInterop generation`);
H A Dgenerate-artifacts-executor.js206 const configFilePath = path.join(
210 if (fs.existsSync(configFilePath)) {
211 const configFile = JSON.parse(fs.readFileSync(configFilePath));
249 const configFilePath = path.join(
255 if (fs.existsSync(configFilePath)) {
257 const configFile = JSON.parse(fs.readFileSync(configFilePath));
/expo/packages/expo-test-runner/build/
H A DTemplateProject.js18 configFilePath; field in TemplateProject
19 constructor(config, name, platform, configFilePath) { argument
23 this.configFilePath = configFilePath;
43 const repoRoot = path_1.default.resolve(this.configFilePath, '..', '..', '..');
132 return path_1.default.join(this.configFilePath, '..', relativePath);
H A DTemplateProject.d.ts9 protected configFilePath: string; property in TemplateProject
10 constructor(config: Application, name: string, platform: Platform, configFilePath: string);
H A DTemplateProject.js.map1configFilePath: string\n ) {}\n\n getDefinitions(): Definitions {\n return {\n name: 'de…
/expo/packages/@expo/cli/src/export/
H A DexportHermes.ts133 configFilePath: string,
137 const configFileName = path.basename(configFilePath);
147 ` - ${configFilePath}\n` +
160 ` - ${configFilePath}\n` +
H A Dfork-bundleAsync.ts50 const configFilePath = paths.dynamicConfigPath ?? paths.staticConfigPath ?? 'app.json'; constant
53 configFilePath,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js190 const configFilePath = path.join(
194 if (fs.existsSync(configFilePath)) {
195 const configFile = JSON.parse(fs.readFileSync(configFilePath));
233 const configFilePath = path.join(
239 if (fs.existsSync(configFilePath)) {
241 const configFile = JSON.parse(fs.readFileSync(configFilePath));
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-artifacts-executor.js190 const configFilePath = path.join(
194 if (fs.existsSync(configFilePath)) {
195 const configFile = JSON.parse(fs.readFileSync(configFilePath));
233 const configFilePath = path.join(
239 if (fs.existsSync(configFilePath)) {
241 const configFile = JSON.parse(fs.readFileSync(configFilePath));
/expo/packages/expo-test-runner/src/
H A DTemplateProject.ts18 protected configFilePath: string property in TemplateProject
42 const repoRoot = path.resolve(this.configFilePath, '..', '..', '..');
157 return path.join(this.configFilePath, '..', relativePath);