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