UNPKG

@expo/prebuild-config

Version:
6 lines (5 loc) 400 B
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;