UNPKG

@expo/prebuild-config

Version:
6 lines (5 loc) 362 B
import type { ExpoConfig } from '@expo/config-types'; import { EdgeToEdgePlugin } from './withEdgeToEdge'; export declare function edgeToEdgePluginIndex(config: ExpoConfig): number | null; export declare function hasEnabledEdgeToEdge(config: ExpoConfig): boolean; export declare function loadEdgeToEdgeConfigPlugin(projectRoot: string): EdgeToEdgePlugin | null;