@expo/config
Version:
A library for interacting with the app.json
5 lines (4 loc) • 335 B
TypeScript
import type { AppJSONConfig, ConfigContext, ExpoConfig } from './Config.types';
import type { DynamicConfigResults } from './evalConfig';
export declare function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfigResults;
export declare function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig;