Searched refs:expoModuleConfig (Results 1 – 5 of 5) sorted by relevance
| /expo/tools/src/ |
| H A D | Packages.ts | 89 expoModuleConfig: ExpoModuleConfig; property in Package 95 this.expoModuleConfig = readExpoModuleConfigJson(rootPath); 111 return (this.expoModuleConfig && this.expoModuleConfig.name) || this.packageName; 119 if (this.expoModuleConfig?.ios?.podspecPath) { 120 return this.expoModuleConfig.ios.podspecPath; 134 ...(this.expoModuleConfig?.ios ?? {}), 150 return this.expoModuleConfig?.ios?.subdirectory ?? 'ios'; 154 return this.expoModuleConfig?.android?.subdirectory ?? 'android'; 186 return !!this.expoModuleConfig; 197 if (this.expoModuleConfig && !fs.existsSync(path.join(this.path, 'react-native.config.js'))) { [all …]
|
| /expo/packages/expo-modules-autolinking/build/autolinking/ |
| H A D | findModules.js | 33 …const expoModuleConfig = (0, ExpoModuleConfig_1.requireAndResolveExpoModuleConfig)(path_1.default.… 53 !expoModuleConfig.supportsPlatform(options.platform)) { 60 config: expoModuleConfig,
|
| H A D | findModules.js.map | 1 …expoModuleConfig = requireAndResolveExpoModuleConfig(\n path.join(packagePath, path.basenam…
|
| /expo/packages/expo-modules-autolinking/src/autolinking/ |
| H A D | findModules.ts | 38 const expoModuleConfig = requireAndResolveExpoModuleConfig( constant 66 !expoModuleConfig.supportsPlatform(options.platform) 75 config: expoModuleConfig,
|
| /expo/packages/expo-updates/e2e/setup/ |
| H A D | project.js | 339 const expoModuleConfig = { 346 await fs.writeFile(expoModuleConfigFilePath, JSON.stringify(expoModuleConfig, null, 2), 'utf-8');
|