@expo/prebuild-config
Version:
Get the prebuild config
6 lines (5 loc) • 400 B
TypeScript
import type { ConfigPlugin } from '@expo/config-plugins';
import { AndroidConfig } from '@expo/config-plugins';
import type { ExpoConfig } from '@expo/config-types';
export declare const withAndroidManifestIcons: ConfigPlugin;
export declare function setRoundIconManifest(config: Pick<ExpoConfig, 'android'>, manifest: AndroidConfig.Manifest.AndroidManifest): AndroidConfig.Manifest.AndroidManifest;