Searched refs:configFilePath (Results 1 – 10 of 10) sorted by relevance
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-legacy-interop-components.js | 96 const configFilePath = `${appRoot}/${CONFIG_FILE_NAME}`; 99 reactNativeConfig = require(configFilePath); 101 console.log(`No ${configFilePath}. Skip LegacyInterop generation`);
|
| H A D | generate-artifacts-executor.js | 206 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 D | TemplateProject.js | 18 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 D | TemplateProject.d.ts | 9 protected configFilePath: string; property in TemplateProject 10 constructor(config: Application, name: string, platform: Platform, configFilePath: string);
|
| H A D | TemplateProject.js.map | 1 …configFilePath: string\n ) {}\n\n getDefinitions(): Definitions {\n return {\n name: 'de…
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportHermes.ts | 133 configFilePath: string, 137 const configFileName = path.basename(configFilePath); 147 ` - ${configFilePath}\n` + 160 ` - ${configFilePath}\n` +
|
| H A D | fork-bundleAsync.ts | 50 const configFilePath = paths.dynamicConfigPath ?? paths.staticConfigPath ?? 'app.json'; constant 53 configFilePath,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-artifacts-executor.js | 190 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 D | generate-artifacts-executor.js | 190 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 D | TemplateProject.ts | 18 protected configFilePath: string property in TemplateProject 42 const repoRoot = path.resolve(this.configFilePath, '..', '..', '..'); 157 return path.join(this.configFilePath, '..', relativePath);
|