UNPKG

@expo/prebuild-config

Version:
8 lines (7 loc) 301 B
import { getConfig } from '@expo/config'; import { ModPlatform } from '@expo/config-plugins'; export declare function getPrebuildConfigAsync(projectRoot: string, props: { bundleIdentifier?: string; packageName?: string; platforms: ModPlatform[]; }): Promise<ReturnType<typeof getConfig>>;