Lines Matching refs:expoModuleConfig
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'))) {
199 return this.expoModuleConfig.platforms?.includes(platform) ?? false;